Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2013-01-08 11:36:22 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-01-08 11:36:22 +0400
commit474b92c76ce813af8d5352426c5551e0af7a0abf (patch)
treea105e1ffa0c292c79ea6db8d35486e1569598f78 /build_files
parent7dfcdbedb4dca91280b94cb967fedf7c63d9827e (diff)
OSX: take back 53611 for now, give trouble with the local variables in config, guess needs some cleanup
Diffstat (limited to 'build_files')
-rw-r--r--build_files/scons/config/darwin-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/scons/config/darwin-config.py b/build_files/scons/config/darwin-config.py
index 431c366986c..207ddd3579b 100644
--- a/build_files/scons/config/darwin-config.py
+++ b/build_files/scons/config/darwin-config.py
@@ -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'