[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60411] trunk/blender/build_files/scons/ config/darwin-config.py: OSX/Scons: forgottten change for last commit

jens verwiebe info at jensverwiebe.de
Sat Sep 28 20:46:57 CEST 2013


Revision: 60411
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60411
Author:   jensverwiebe
Date:     2013-09-28 18:46:56 +0000 (Sat, 28 Sep 2013)
Log Message:
-----------
OSX/Scons: forgottten change for last commit

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-09-28 18:42:14 UTC (rev 60410)
+++ trunk/blender/build_files/scons/config/darwin-config.py	2013-09-28 18:46:56 UTC (rev 60411)
@@ -113,7 +113,7 @@
 
 #Defaults openMP to true if compiler handles it ( only gcc 4.6.1 and newer )
 # if your compiler does not have accurate suffix you may have to enable it by hand !
-if CC[:-2].endswith('4.6'):
+if CC[:-2].endswith('4.6') or CC[:-2].endswith('4.8'):
     WITH_BF_OPENMP = True  # multithreading for fluids, cloth, sculpt and smoke
 else:
     WITH_BF_OPENMP = False




More information about the Bf-blender-cvs mailing list