No need to build shared libs

This commit is contained in:
Joshua Granick
2014-06-11 09:50:01 -07:00
committed by Joshua Granick
parent 426d322a18
commit c155c688eb
3 changed files with 1 additions and 12 deletions

View File

@@ -34,9 +34,6 @@
<include haxelib="lime-tools" unless="openfl" />
<haxelib name="lime-tools" if="setup" />
<haxelib name="nme" if="dev setup" />
<haxelib name="nme-dev" if="dev setup" />
</section>
<templatePath name="templates" />

BIN
run.n vendored

Binary file not shown.

View File

@@ -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")) {