From: Campbell Barton Date: Mon, 31 Oct 2011 09:52:43 +0000 (+0000) Subject: Correction to own commit r41169 X-Git-Tag: v2.61~762 X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/commitdiff_plain/9c801a6d855f4c376a8dcc0e84ff035d09b47ce9 Correction to own commit r41169 --- diff --git a/build_files/scons/config/darwin-config.py b/build_files/scons/config/darwin-config.py index deb3d01febd..38c8dca6cd2 100644 --- a/build_files/scons/config/darwin-config.py +++ b/build_files/scons/config/darwin-config.py @@ -336,7 +336,7 @@ else: # some flags shuffling for different OS versions if MAC_MIN_VERS == '10.3': - CCFLAGS = ['-fuse-cxa-atexit'] + CFLAGS + CCFLAGS = ['-fuse-cxa-atexit'] + CCFLAGS PLATFORM_LINKFLAGS = ['-fuse-cxa-atexit'] + PLATFORM_LINKFLAGS LLIBS.append('crt3.o')