Forgot to mention that for scons, I've disabled install of the texture and

sequence plugins, as was already done for cmake, they don't work in 2.5.

This is a fix for last commit, this file shouldn't have been included.
This commit is contained in:
Brecht Van Lommel 2011-05-06 20:21:20 +00:00
parent cb12337363
commit 309bb2937d
1 changed files with 1 additions and 1 deletions

View File

@ -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'