mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
scons: Always load lex/yacc tool.
lex/yacc is not loaded by default when toolchain is not default either, e.g., when toolchain=crossmingw.
This commit is contained in:
parent
118ecb1a22
commit
8987109c27
1 changed files with 2 additions and 0 deletions
|
|
@ -598,6 +598,8 @@ def generate(env):
|
|||
env.Append(LIBS = [])
|
||||
|
||||
# Load tools
|
||||
env.Tool('lex')
|
||||
env.Tool('yacc')
|
||||
if env['llvm']:
|
||||
env.Tool('llvm')
|
||||
env.Tool('udis86')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue