From 901ebbd94acb747a774fa287d94139b703e326e9 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Sun, 8 Dec 2013 15:35:06 +0100 Subject: =?UTF-8?q?Scons:=20as=20requested=20by=20Ideasman,=20make=20MACOS?= =?UTF-8?q?X=5FCOMPILER=20->=20C=5FCOMPILER=5FID,=20leave=20env=20set=20fo?= =?UTF-8?q?r=20OSX=20exclusive=20for=20now=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_files/scons/tools/Blender.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/scons/tools/Blender.py') diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py index 264258527d0..32918519cd4 100644 --- a/build_files/scons/tools/Blender.py +++ b/build_files/scons/tools/Blender.py @@ -730,7 +730,7 @@ def AppIt(target=None, source=None, env=None): commands.getoutput(cmd) cmd = 'find %s/%s.app -name __MACOSX -exec rm -rf {} \;'%(installdir, binary) commands.getoutput(cmd) - if env['MACOSX_COMPILER'] == 'gcc' and env['CCVERSION'] >= '4.6.1': # for correct errorhandling with gcc >= 4.6.1 we need the gcc.dylib and gomp.dylib to link, thus distribute in app-bundle + if env['C_COMPILER_ID'] == 'gcc' and env['CCVERSION'] >= '4.6.1': # for correct errorhandling with gcc >= 4.6.1 we need the gcc.dylib and gomp.dylib to link, thus distribute in app-bundle print "Bundling libgcc and libgomp" instname = env['BF_CXX'] cmd = 'ditto --arch %s %s/lib/libgcc_s.1.dylib %s/%s.app/Contents/MacOS/lib/'%(osxarch, instname, installdir, binary) # copy libgcc -- cgit v1.2.3