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
10
tools/SCsub
10
tools/SCsub
|
@ -13,11 +13,9 @@ if (env["tools"]!="no"):
|
||||||
SConscript('freetype/SCsub');
|
SConscript('freetype/SCsub');
|
||||||
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