diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-01-10 17:37:56 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-01-10 17:37:56 -0300 |
commit | d30f4e52f654a26e14223a6ef9a946cc6282c0db (patch) | |
tree | 66996de1cf9c1a1e008691da61c1989eae7abf33 /tools/SCsub | |
parent | 89970848311ee2d49040a148a56d80590091877c (diff) | |
parent | f97582b5e9f069176a4c9226c39a880f786dae67 (diff) |
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'tools/SCsub')
-rw-r--r-- | tools/SCsub | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/SCsub b/tools/SCsub index 4d8b05fe79..ce7df2c35b 100644 --- a/tools/SCsub +++ b/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) -lib = env.Library("tool",env.tool_sources) - -env.Prepend(LIBS=[lib]) + env.Prepend(LIBS=[lib]) |