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>2014-02-10 18:05:19 +0400
committerJens Verwiebe <info@jensverwiebe.de>2014-02-10 18:05:19 +0400
commit151d93d2bf6098419590bd5697e7eda523b8db7f (patch)
treec3f5f9407b3e7d45340da9bea136ba62f6d44750 /SConstruct
parent6b7f03678ec39a78c7b16800444b261de9af1a72 (diff)
OSX/scons; Adapt ftemplate-depth=1024 condition to new compiler versioning
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 085c626f2a5..7d103a81313 100644
--- a/SConstruct
+++ b/SConstruct
@@ -382,7 +382,7 @@ if env['OURPLATFORM']=='darwin':
if env['MACOSX_ARCHITECTURE'] == 'x86_64':
env['REL_CCFLAGS'] = env['REL_CCFLAGS']+['-mssse3']
- if env['C_COMPILER_ID'] == 'clang' and env['CCVERSION'] >= '5.0':
+ if env['C_COMPILER_ID'] == 'clang' and env['CCVERSION'] >= '3.3':
env['CCFLAGS'].append('-ftemplate-depth=1024') # only valid for clang bundled with xcode 5
# 3DconnexionClient.framework, optionally install