Merge pull request #1496 from player-03/android-ndll
Don't expect Android extensions to use ndlls
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?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 -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user