Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-01-09 21:49:23 +03:00
parent 149e0e4e71
commit 78157ce3e5

View File

@ -77,15 +77,14 @@ else
TARGET_OS = darwin TARGET_OS = darwin
endif endif
# XXX do we need this on a mac???
# set arch... # set arch...
#ifeq ($(shell uname -p),x86_64) # XXX do we need this on a mac???
# ARCH ?= x64 ifeq ($(shell uname -m),x86_64)
#endif ARCH ?= x64
#ifneq ($(filter %86,$(shell uname -p)),) endif
# ARCH ?= ia32 ifneq ($(filter %86,$(shell uname -p)),)
#endif ARCH ?= ia32
ARCH ?= x64 endif
endif endif