Force Lime path when running local repo version
This commit is contained in:
@@ -1451,6 +1451,7 @@ class CommandLineTools {
|
|||||||
Sys.setCwd (limePath);
|
Sys.setCwd (limePath);
|
||||||
|
|
||||||
args = [ PathHelper.combine (limePath, "run.n") ].concat (args);
|
args = [ PathHelper.combine (limePath, "run.n") ].concat (args);
|
||||||
|
args.push ("--haxelib-lime=" + limePath);
|
||||||
args.push ("-nolocalrepocheck");
|
args.push ("-nolocalrepocheck");
|
||||||
args.push (workingDirectory);
|
args.push (workingDirectory);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user