From 6f9636b800c8a5000a278b0a49843db2c2450431 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Thu, 29 Sep 2011 17:02:19 +0000 Subject: OSX: another non-ASCII char, sorry --- build_files/scons/config/darwin-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/scons') 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: -- cgit v1.2.3