diff options
author | Sven Gothel <[email protected]> | 2014-07-10 17:25:43 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-07-10 17:25:43 +0200 |
commit | 8b2d4a72ec9f026f23e8c2320d298b47ac48aba7 (patch) | |
tree | 9c8adcd2f05d6bbb7e6e201a3acf2c6782e88251 /make/build.xml | |
parent | cc66b2c98ffb07eb71cc62fd1925ce0503231422 (diff) |
Bug 1023/Bug 1024: Create native jar files for different configurations due to non-native-jar aliasing
Diffstat (limited to 'make/build.xml')
-rwxr-xr-x | make/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index 1a78f96..ebc9a56 100755 --- a/make/build.xml +++ b/make/build.xml @@ -467,6 +467,8 @@ <exclude name="*openal*.1*.${native.library.suffix}" /> </fileset> </jar> + <!-- Produce duplicates for different configurations, since non-native-jar aliasing (Bug 1023/Bug 1024) --> + <copy file="${build}/jar/joal-natives-${os.and.arch}.jar" tofile="${build}/jar/joal-android-natives-${os.and.arch}.jar"/> </target> <target name="c.build.openal.soft.android" if="isAndroid" unless="c.build.openal.soft.done"> |