From 39300a507962a536971d4c6b94ce2ec77a050e32 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Wed, 5 Oct 2011 08:58:32 +0000 Subject: OSX: Correct copy/paste error and exclude endianess switch from darwin --- 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 0c3109b1482..9977a7927fc 100644 --- a/intern/ghost/SConscript +++ b/intern/ghost/SConscript @@ -103,7 +103,7 @@ 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 - env.BlenderLib ('bf_intern_ghost', sources, Split(incs), defines=defs, libtype=['intern','player'], priority = [40,15], cc_compilerchange='/usr/bin/gcc-4.2', cxx_compilerchange='/usr/bin/gcc-4.2' ) + env.BlenderLib ('bf_intern_ghost', sources, Split(incs), defines=defs, libtype=['intern','player'], priority = [40,15], cc_compilerchange='/usr/bin/gcc-4.2', cxx_compilerchange='/usr/bin/g++-4.2' ) print "GHOST COCOA WILL BE COMPILED WITH APPLE GCC" else: -- cgit v1.2.3