From 4d48be431a87d0e5fb90f7d764085eb6b030ab5d Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Wed, 12 Jul 2017 12:14:45 -0700 Subject: [PATCH] Force Lime path when running local repo version --- tools/CommandLineTools.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/CommandLineTools.hx b/tools/CommandLineTools.hx index d88504b21..b5df8d041 100644 --- a/tools/CommandLineTools.hx +++ b/tools/CommandLineTools.hx @@ -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);