Fix compile error when tools=no
This commit is contained in:
parent
0c2222188e
commit
e2f5cf3ef0
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('doc/SCsub')
|
||||
SConscript('pck/SCsub')
|
||||
|
||||
|
||||
|
||||
lib = env.Library("tool",env.tool_sources)
|
||||
|
||||
env.Prepend(LIBS=[lib])
|
||||
|
||||
lib = env.Library("tool",env.tool_sources)
|
||||
|
||||
env.Prepend(LIBS=[lib])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue