mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
Merge pull request #1156 from marynate/PR-fix-compile-tools-no
Fix compile error when tools=no
This commit is contained in:
commit
0a6f409323
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 New Issue
Block a user