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