Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2006-02-04 19:30:51 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-04 19:30:51 +0300
commit41356305eef7534b511292caa133d0d2cdd0c603 (patch)
tree3b13aaba55c30efb55ebbf9a2764873fc329f46b /config
parente48ed941a0b5d846d837e24740151f710b7fa067 (diff)
==SCons==
* wrong format of two vars made darwin compile barf
Diffstat (limited to 'config')
-rw-r--r--config/darwin-config.py4
1 files changed, 2 insertions, 2 deletions
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