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-06 22:26:29 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-01-06 22:26:29 +0400
commit69dd1b08195b53a141cc984947ee30256bbd8303 (patch)
treedc368af485eb994516d53faa53630f25e4f3b055 /build_files
parente8d599eefe91051c668c864e5a42db02126ea95b (diff)
OSX/scons: make 64bit Intel the default now
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 207ddd3579b..431c366986c 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 = 'i386' # valid archs: ppc, i386, ppc64, x86_64
+MACOSX_ARCHITECTURE = 'x86_64' # valid archs: ppc, i386, ppc64, x86_64
cmd = 'uname -p'