diff --git a/include.xml b/include.xml index e74df2414..d7525fdc4 100644 --- a/include.xml +++ b/include.xml @@ -34,9 +34,6 @@ - - - diff --git a/run.n b/run.n index 76fe2b2c5..911056abb 100644 Binary files a/run.n and b/run.n differ diff --git a/script/src/RunScript.hx b/script/src/RunScript.hx index d7ca96366..52aab8c57 100644 --- a/script/src/RunScript.hx +++ b/script/src/RunScript.hx @@ -231,16 +231,8 @@ class RunScript { } - var buildSharedLibs = (path == PathHelper.combine (limeDirectory, "project")); + var buildSharedLibs = false; 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")) {