Merge pull request #1156 from marynate/PR-fix-compile-tools-no
Fix compile error when tools=no
This commit is contained in:
commit
0a6f409323
1 changed files with 4 additions and 6 deletions
|
@ -14,10 +14,8 @@ if (env["tools"]!="no"):
|
||||||
SConscript('doc/SCsub')
|
SConscript('doc/SCsub')
|
||||||
SConscript('pck/SCsub')
|
SConscript('pck/SCsub')
|
||||||
|
|
||||||
|
lib = env.Library("tool",env.tool_sources)
|
||||||
|
|
||||||
lib = env.Library("tool",env.tool_sources)
|
env.Prepend(LIBS=[lib])
|
||||||
|
|
||||||
env.Prepend(LIBS=[lib])
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue