mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
scons: Also link in additional LLVM components.
They don't seem necessary here, but they shouldn't hurt either...
This commit is contained in:
parent
37fdfe89dd
commit
2b6235c9f7
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ if dri:
|
|||
# LLVM
|
||||
if llvm:
|
||||
# See also http://www.scons.org/wiki/UsingPkgConfig
|
||||
env.ParseConfig('llvm-config --cflags --ldflags --libs backend bitreader engine ipo')
|
||||
env.ParseConfig('llvm-config --cflags --ldflags --libs backend bitreader engine instrumentation interpreter ipo')
|
||||
env.Append(CPPDEFINES = ['MESA_LLVM'])
|
||||
# Force C++ linkage
|
||||
env['LINK'] = env['CXX']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue