Merge pull request #1496 from player-03/android-ndll

Don't expect Android extensions to use ndlls
This commit is contained in:
player-03
2022-06-06 01:02:49 -04:00
committed by GitHub

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<ndll name="::extensionLowerCase::" />
<ndll name="::extensionLowerCase::" unless="android" />
<!-- Use the following for an Android Java extension, not needed otherwise -->
<dependency name="::extensionLowerCase::" path="dependencies/android" if="android" />
<android extension="org.haxe.extension.::className::" />
</project>
</project>