ARCH variable set correctly

FossilOrigin-Name: 93cc227d78e3382000f6d6fdf512056d2e47f6a4737a94380fc6da9a9047e422
This commit is contained in:
tobias.herre@wikimedia.de
2018-03-20 10:57:44 +00:00
parent 9ee3decdfe
commit 7128df99a3
9 changed files with 13 additions and 9 deletions

5
src/Defs.mak Normal file
View File

@ -0,0 +1,5 @@
ifndef ARCH
ARCH = $(shell uname -m)
endif