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" />
|
||||
<haxelib name="lime-tools" if="setup" />
|
||||
|
||||
<haxelib name="nme" if="dev setup" />
|
||||
<haxelib name="nme-dev" if="dev setup" />
|
||||
|
||||
</section>
|
||||
|
||||
<templatePath name="templates" />
|
||||
|
||||
@@ -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")) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user