Removing dependency on nme-dev for building libraries
This commit is contained in:
@@ -227,7 +227,15 @@ class RunScript {
|
||||
}
|
||||
|
||||
var buildSharedLibs = (path == PathHelper.combine (limeDirectory, "project"));
|
||||
var sharedLibsPath = PathHelper.combine (PathHelper.getHaxelib (new Haxelib ("nme-dev"), buildSharedLibs), "project");
|
||||
var sharedLibsPath = "";
|
||||
|
||||
//only request the path from shared libs if it's required,
|
||||
//anything that doesn't use nme-dev would trip up on this otherwise
|
||||
if(buildSharedLibs) {
|
||||
|
||||
sharedLibsPath = PathHelper.combine (PathHelper.getHaxelib (new Haxelib ("nme-dev"), buildSharedLibs), "project");
|
||||
|
||||
}
|
||||
|
||||
if (target == "wiiu" && path == PathHelper.combine (limeDirectory, "project")) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user