aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-07-10 17:25:43 +0200
committerSven Gothel <[email protected]>2014-07-10 17:25:43 +0200
commit8b2d4a72ec9f026f23e8c2320d298b47ac48aba7 (patch)
tree9c8adcd2f05d6bbb7e6e201a3acf2c6782e88251 /make
parentcc66b2c98ffb07eb71cc62fd1925ce0503231422 (diff)
Bug 1023/Bug 1024: Create native jar files for different configurations due to non-native-jar aliasing
Diffstat (limited to 'make')
-rwxr-xr-xmake/build.xml2
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">