Rebuild both debug and release locally when using 'lime rebuild' again, rebuild the tools when using the '-rebuild' flag
This commit is contained in:
@@ -213,7 +213,7 @@ class RunScript {
|
||||
|
||||
} else {
|
||||
|
||||
if (!FileSystem.exists ("tools/tools.n")) {
|
||||
if (!FileSystem.exists ("tools/tools.n") || args.indexOf ("-rebuild") > -1) {
|
||||
|
||||
rebuildTools ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user