Fix compile problem on OS X
parent
3820c0537b
commit
5162132236
|
@ -66,7 +66,7 @@ elif target_platform == 'windows':
|
||||||
env.Append(CCFLAGS = [ '-g', '-O3', '-std=c++14', '-Wwrite-strings' ])
|
env.Append(CCFLAGS = [ '-g', '-O3', '-std=c++14', '-Wwrite-strings' ])
|
||||||
env.Append(LINKFLAGS = [ '--static', '-Wl,--no-undefined', '-static-libgcc', '-static-libstdc++' ])
|
env.Append(LINKFLAGS = [ '--static', '-Wl,--no-undefined', '-static-libgcc', '-static-libstdc++' ])
|
||||||
|
|
||||||
elif platform == 'osx':
|
elif target_platform == 'osx':
|
||||||
if ARGUMENTS.get('use_llvm', 'no') == 'yes':
|
if ARGUMENTS.get('use_llvm', 'no') == 'yes':
|
||||||
env['CXX'] = 'clang++'
|
env['CXX'] = 'clang++'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue