an odd fix...

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

View File

@ -77,14 +77,16 @@ 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) #ifeq ($(shell uname -p),x86_64)
# ARCH ?= x64
#endif
#ifneq ($(filter %86,$(shell uname -p)),)
# ARCH ?= ia32
#endif
ARCH ?= x64 ARCH ?= x64
endif endif
ifneq ($(filter %86,$(shell uname -p)),)
ARCH ?= ia32
endif
endif
#---------------------------------------------------------------------- #----------------------------------------------------------------------