[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53611] trunk/blender/build_files/scons/ config/darwin-config.py: OSX/scons: make 64bit Intel the default now

jens verwiebe info at jensverwiebe.de
Sun Jan 6 19:26:30 CET 2013


Revision: 53611
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53611
Author:   jensverwiebe
Date:     2013-01-06 18:26:29 +0000 (Sun, 06 Jan 2013)
Log Message:
-----------
OSX/scons: make 64bit Intel the default now

Modified Paths:
--------------
    trunk/blender/build_files/scons/config/darwin-config.py

Modified: trunk/blender/build_files/scons/config/darwin-config.py
===================================================================
--- trunk/blender/build_files/scons/config/darwin-config.py	2013-01-06 18:02:47 UTC (rev 53610)
+++ trunk/blender/build_files/scons/config/darwin-config.py	2013-01-06 18:26:29 UTC (rev 53611)
@@ -14,7 +14,7 @@
 ###################     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'




More information about the Bf-blender-cvs mailing list