Rebuild both debug and release locally when using 'lime rebuild' again, rebuild the tools when using the '-rebuild' flag

This commit is contained in:
Joshua Granick
2014-11-19 13:40:16 -08:00
parent 85720d3607
commit 534a1f8c1e
3 changed files with 2 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ class RunScript {
} else {
if (!FileSystem.exists ("tools/tools.n")) {
if (!FileSystem.exists ("tools/tools.n") || args.indexOf ("-rebuild") > -1) {
rebuildTools ();