Force Lime path when running local repo version

This commit is contained in:
Joshua Granick
2017-07-12 12:14:45 -07:00
parent 3781177794
commit 4d48be431a

View File

@@ -1451,6 +1451,7 @@ class CommandLineTools {
Sys.setCwd (limePath);
args = [ PathHelper.combine (limePath, "run.n") ].concat (args);
args.push ("--haxelib-lime=" + limePath);
args.push ("-nolocalrepocheck");
args.push (workingDirectory);