mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
an odd fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a54755b5f0
commit
149e0e4e71
@ -77,13 +77,15 @@ else
|
||||
TARGET_OS = darwin
|
||||
endif
|
||||
|
||||
# XXX do we need this on a mac???
|
||||
# set arch...
|
||||
ifeq ($(shell uname -p),x86_64)
|
||||
ARCH ?= x64
|
||||
endif
|
||||
ifneq ($(filter %86,$(shell uname -p)),)
|
||||
ARCH ?= ia32
|
||||
endif
|
||||
#ifeq ($(shell uname -p),x86_64)
|
||||
# ARCH ?= x64
|
||||
#endif
|
||||
#ifneq ($(filter %86,$(shell uname -p)),)
|
||||
# ARCH ?= ia32
|
||||
#endif
|
||||
ARCH ?= x64
|
||||
endif
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user