From 41356305eef7534b511292caa133d0d2cdd0c603 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sat, 4 Feb 2006 16:30:51 +0000 Subject: ==SCons== * wrong format of two vars made darwin compile barf --- config/darwin-config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/darwin-config.py b/config/darwin-config.py index 2fdfba4904b..d1fc3ae0c1b 100644 --- a/config/darwin-config.py +++ b/config/darwin-config.py @@ -121,8 +121,8 @@ CFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing'] CPPFLAGS = ['-DXP_UNIX'] CCFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing'] PLATFORM_LINKFLAGS = '-framework CoreServices -framework Foundation -framework IOKit -framework AppKit -framework Carbon -framework AGL -framework AudioUnit -framework AudioToolbox -framework CoreAudio -framework QuickTime' -REL_CFLAGS = ' -O2 ' -REL_CCFLAGS = ' -O2 ' +REL_CFLAGS = ['-O2'] +REL_CCFLAGS = ['-O2'] ##BF_DEPEND = 'true' ## ##AR = ar -- cgit v1.2.3