[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40695] trunk/blender/build_files/scons/ config/darwin-config.py: OSX: another non-ASCII char, sorry

jens verwiebe info at jensverwiebe.de
Thu Sep 29 19:02:19 CEST 2011


Revision: 40695
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40695
Author:   jensverwiebe
Date:     2011-09-29 17:02:19 +0000 (Thu, 29 Sep 2011)
Log Message:
-----------
OSX: another non-ASCII char, sorry

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-09-29 15:58:15 UTC (rev 40694)
+++ trunk/blender/build_files/scons/config/darwin-config.py	2011-09-29 17:02:19 UTC (rev 40695)
@@ -91,7 +91,7 @@
 #############################################################################
 
 #Defaults openMP to true if compiler handles it ( only gcc 4.6.1 and newer )
-# if your compiler don´t has accurate suffix you may have to enable it by hand !
+# if your compiler does not have accurate suffix you may have to enable it by hand !
 if CC.endswith('4.6.1'):
     WITH_BF_OPENMP = True  # multithreading for fluids, cloth, sculpt and smoke
 else:




More information about the Bf-blender-cvs mailing list