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:
authorKent Mein <mein@cs.umn.edu>2011-08-05 23:55:36 +0400
committerKent Mein <mein@cs.umn.edu>2011-08-05 23:55:36 +0400
commit7368298a45f96667a548e10cfe9d227fcf18e114 (patch)
tree2b1a2951cb1bb83cc9319d6bc7ef77f1140c9cbd /build_files
parent4d319f8059fb66cd05ef42defc967f6bc7f93859 (diff)
Messed up char was causing problems on windows even though it was in the
comments. Kent
Diffstat (limited to 'build_files')
-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 2df2e1ae956..560b6d9cb60 100644
--- a/build_files/scons/config/darwin-config.py
+++ b/build_files/scons/config/darwin-config.py
@@ -60,7 +60,7 @@ elif MACOSX_ARCHITECTURE == 'i386' and MAC_CUR_VER == '10.4':
CC = 'gcc-4.0'
CXX = 'g++-4.0'
elif MAC_CUR_VER >= '10.6':
- # OSX 10.6 and 10.7 developer tools donĀ“t come with sdk < 10.6 anymore !
+ # OSX 10.6 and 10.7 developer tools do not come with sdk < 10.6 anymore !
MAC_MIN_VERS = '10.6'
MACOSX_DEPLOYMENT_TARGET = '10.6'
MACOSX_SDK='/Developer/SDKs/MacOSX10.6.sdk'