diff options
author | José Fonseca <[email protected]> | 2011-01-30 11:17:07 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-01-30 11:19:44 +0000 |
commit | 11b15c4d254ee689183306579d9c4851e29c3c4a (patch) | |
tree | f1a256d2e585087ac969abaeffc3063c25418c5a /scons/llvm.py | |
parent | cad0520179ef2a62b2756b01d37663f495a00619 (diff) |
scons: We have C++ in several libraries, so always link with the C++ compiler
Prevents missing symbols in libGL.so when LLVM is disabled.
Diffstat (limited to 'scons/llvm.py')
-rw-r--r-- | scons/llvm.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scons/llvm.py b/scons/llvm.py index 1b033acb1b3..3fef9e0900d 100644 --- a/scons/llvm.py +++ b/scons/llvm.py @@ -147,8 +147,6 @@ def generate(env): except OSError: print 'scons: llvm-config version %s failed' % llvm_version return - else: - env['LINK'] = env['CXX'] assert llvm_version is not None env['llvm'] = True |