From 4ce5bb0ba2d0c3fb74bbd240d26f187aef5afb2e Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Thu, 27 Oct 2011 15:50:51 +0000 Subject: OSX: adapt comments to new behaviour when compiling with gcc-4.6 but GHOST and QT with default compiler --- intern/ghost/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/ghost') 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" -- cgit v1.2.3