No need to build shared libs
This commit is contained in:
committed by
Joshua Granick
parent
426d322a18
commit
c155c688eb
@@ -34,9 +34,6 @@
|
|||||||
<include haxelib="lime-tools" unless="openfl" />
|
<include haxelib="lime-tools" unless="openfl" />
|
||||||
<haxelib name="lime-tools" if="setup" />
|
<haxelib name="lime-tools" if="setup" />
|
||||||
|
|
||||||
<haxelib name="nme" if="dev setup" />
|
|
||||||
<haxelib name="nme-dev" if="dev setup" />
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<templatePath name="templates" />
|
<templatePath name="templates" />
|
||||||
|
|||||||
@@ -231,17 +231,9 @@ class RunScript {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var buildSharedLibs = (path == PathHelper.combine (limeDirectory, "project"));
|
var buildSharedLibs = false;
|
||||||
var sharedLibsPath = "";
|
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")) {
|
if (target == "wiiu" && path == PathHelper.combine (limeDirectory, "project")) {
|
||||||
|
|
||||||
path = PathHelper.combine (PathHelper.getHaxelib (new Haxelib ("openfl-wiiu"), true), "project");
|
path = PathHelper.combine (PathHelper.getHaxelib (new Haxelib ("openfl-wiiu"), true), "project");
|
||||||
|
|||||||
Reference in New Issue
Block a user