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-10-27 19:50:51 +0400
committerJens Verwiebe <info@jensverwiebe.de>2011-10-27 19:50:51 +0400
commit4ce5bb0ba2d0c3fb74bbd240d26f187aef5afb2e (patch)
tree2b1731dd11714d1869d0dac761b70ca1aedb5944 /intern/ghost/SConscript
parent7a20ced627115768ad94ab522fadd320f7a760c3 (diff)
OSX: adapt comments to new behaviour when compiling with gcc-4.6 but GHOST and QT with default compiler
Diffstat (limited to 'intern/ghost/SConscript')
-rw-r--r--intern/ghost/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index e6a29522e6d..68a0cbf7bdd 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -107,7 +107,7 @@ if window_system in ('win32-vc', 'win32-mingw', 'cygwin', 'linuxcross', 'win64-v
if window_system in ('win32-vc', 'win64-vc'):
env.BlenderLib ('bf_intern_ghost', sources, Split(incs), defines=defs, libtype=['intern','player'], priority = [40,15]) #, cc_compileflags=env['CCFLAGS'].append('/WX') )
-elif env['WITH_GHOST_COCOA']: # always use Apple-gcc-4.2 for objC language, for gnu-compilers do not support it fully yet
+elif env['WITH_GHOST_COCOA']: # always use default-Apple-gcc for objC language, for gnu-compilers do not support it fully yet
env.BlenderLib ('bf_intern_ghost', sources, Split(incs), defines=defs, libtype=['intern','player'], priority = [40,15], cc_compilerchange='/usr/bin/gcc', cxx_compilerchange='/usr/bin/g++' )
print "GHOST COCOA WILL BE COMPILED WITH APPLE GCC"