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
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2013-11-07 17:56:40 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-11-07 17:56:40 +0400
commit463b65bf0a67389b327e87b9e86122251689a7be (patch)
treefd1979c777dd2e32af522cee8642143e85850736 /build_files
parenta0286f42f91b3001486abb8999911ebac7560491 (diff)
OSX/scons: ARCH_FLAGS where not prperly added to CPPFLAGS
Diffstat (limited to 'build_files')
-rw-r--r--build_files/scons/config/darwin-config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/scons/config/darwin-config.py b/build_files/scons/config/darwin-config.py
index 0b0120e4473..09dc32f082a 100644
--- a/build_files/scons/config/darwin-config.py
+++ b/build_files/scons/config/darwin-config.py
@@ -230,6 +230,7 @@ BF_QUIET = '1' # suppress verbose output
CFLAGS = []
CXXFLAGS = []
CCFLAGS = ['-pipe','-funsigned-char']
+CPPFLAGS = []
PLATFORM_LINKFLAGS = ['-fexceptions','-framework','CoreServices','-framework','Foundation','-framework','IOKit','-framework','AppKit','-framework','Cocoa','-framework','Carbon','-framework','AudioUnit','-framework','AudioToolbox','-framework','CoreAudio','-framework','OpenAL']