From a4b4e5db3a4358cc64015be76b3fe839633941be Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Fri, 20 Mar 2015 09:52:15 -0700 Subject: [PATCH] Fix 'lime rebuild' from the Lime directory --- tools/CommandLineTools.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/CommandLineTools.hx b/tools/CommandLineTools.hx index f2e26b089..92ceacf94 100644 --- a/tools/CommandLineTools.hx +++ b/tools/CommandLineTools.hx @@ -168,7 +168,7 @@ class CommandLineTools { } else { - path = PathHelper.combine (words[0], "project"); + path = PathHelper.combine (words[0], "project/Build.xml"); }