Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2011-09-29 21:02:19 +0400
committerJens Verwiebe <info@jensverwiebe.de>2011-09-29 21:02:19 +0400
commit6f9636b800c8a5000a278b0a49843db2c2450431 (patch)
tree0487414e5365f79c7cdd3854492546c442bb77a0 /build_files/scons
parentfe63d078839efa4bcb2eec6c19d97650d059cc2e (diff)
OSX: another non-ASCII char, sorry
Diffstat (limited to 'build_files/scons')
-rw-r--r--build_files/scons/config/darwin-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/scons/config/darwin-config.py b/build_files/scons/config/darwin-config.py
index ba0ece6d47e..935827e7237 100644
--- a/build_files/scons/config/darwin-config.py
+++ b/build_files/scons/config/darwin-config.py
@@ -91,7 +91,7 @@ LIBDIR = '${LCGDIR}'
#############################################################################
#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: