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:
@@ -598,6 +598,8 @@ def generate(env):
|
|||||||
env.Append(LIBS = [])
|
env.Append(LIBS = [])
|
||||||
|
|
||||||
# Load tools
|
# Load tools
|
||||||
|
env.Tool('lex')
|
||||||
|
env.Tool('yacc')
|
||||||
if env['llvm']:
|
if env['llvm']:
|
||||||
env.Tool('llvm')
|
env.Tool('llvm')
|
||||||
env.Tool('udis86')
|
env.Tool('udis86')
|
||||||
|
Reference in New Issue
Block a user