From 151d93d2bf6098419590bd5697e7eda523b8db7f Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Mon, 10 Feb 2014 15:05:19 +0100 Subject: OSX/scons; Adapt ftemplate-depth=1024 condition to new compiler versioning --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') 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 -- cgit v1.2.3