[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36524] trunk/blender/build_files/scons/ config/darwin-config.py: Forgot to mention that for scons, I' ve disabled install of the texture and

Brecht Van Lommel brechtvanlommel at pandora.be
Fri May 6 22:21:20 CEST 2011


Revision: 36524
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36524
Author:   blendix
Date:     2011-05-06 20:21:20 +0000 (Fri, 06 May 2011)
Log Message:
-----------
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.

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	2011-05-06 20:18:42 UTC (rev 36523)
+++ trunk/blender/build_files/scons/config/darwin-config.py	2011-05-06 20:21:20 UTC (rev 36524)
@@ -14,7 +14,7 @@
 ###################     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'




More information about the Bf-blender-cvs mailing list