From 149e0e4e71d69df39869f3309130d4fc5ff02324 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 9 Jan 2018 21:47:31 +0300 Subject: [PATCH] an odd fix... Signed-off-by: Alex A. Naanou --- ui (gen4)/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ui (gen4)/Makefile b/ui (gen4)/Makefile index 361157ab..9b2d3b4f 100755 --- a/ui (gen4)/Makefile +++ b/ui (gen4)/Makefile @@ -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