aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-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">