OSX: take back 53611 for now, give trouble with the local variables in config, guess needs some cleanup

This commit is contained in:
Jens Verwiebe 2013-01-08 07:36:22 +00:00
parent 7dfcdbedb4
commit 474b92c76c

@ -14,7 +14,7 @@ USE_SDK=True
################### Cocoa & architecture settings ##################
#############################################################################
WITH_GHOST_COCOA=True
MACOSX_ARCHITECTURE = 'x86_64' # valid archs: ppc, i386, ppc64, x86_64
MACOSX_ARCHITECTURE = 'i386' # valid archs: ppc, i386, ppc64, x86_64
cmd = 'uname -p'