Use nme-dev instead of nme-state, don't require nme-dev if not rebuilding Lime

This commit is contained in:
Joshua Granick
2014-03-31 10:30:21 -07:00
parent 99a8d6a740
commit b999dee4f3
2 changed files with 1 additions and 1 deletions

BIN
run.n vendored

Binary file not shown.

View File

@@ -227,7 +227,7 @@ class RunScript {
}
var buildSharedLibs = (path == PathHelper.combine (limeDirectory, "project"));
var sharedLibsPath = PathHelper.combine (PathHelper.getHaxelib (new Haxelib ("nme-state"), true), "project");
var sharedLibsPath = PathHelper.combine (PathHelper.getHaxelib (new Haxelib ("nme-dev"), buildSharedLibs), "project");
if (target == "wiiu" && path == PathHelper.combine (limeDirectory, "project")) {