[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41410] trunk/blender/build_files/scons/ config/darwin-config.py: Correction to own commit r41169

Campbell Barton ideasman42 at gmail.com
Mon Oct 31 10:52:44 CET 2011


Revision: 41410
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41410
Author:   campbellbarton
Date:     2011-10-31 09:52:43 +0000 (Mon, 31 Oct 2011)
Log Message:
-----------
Correction to own commit r41169

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41169

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-10-31 07:17:35 UTC (rev 41409)
+++ trunk/blender/build_files/scons/config/darwin-config.py	2011-10-31 09:52:43 UTC (rev 41410)
@@ -336,7 +336,7 @@
 
 # some flags shuffling for different OS versions
 if MAC_MIN_VERS == '10.3':
-	CCFLAGS = ['-fuse-cxa-atexit'] + CFLAGS
+	CCFLAGS = ['-fuse-cxa-atexit'] + CCFLAGS
 	PLATFORM_LINKFLAGS = ['-fuse-cxa-atexit'] + PLATFORM_LINKFLAGS
 	LLIBS.append('crt3.o')
 	




More information about the Bf-blender-cvs mailing list