aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-07-10 17:27:44 +0200
committerSven Gothel <[email protected]>2014-07-10 17:27:44 +0200
commit76f64660f4bf9532ea5c9e00d3eac2ad4c9d998b (patch)
treeed8477746011568a33e0876c79f8033d0fd6fb54 /make
parentcd30f3cf2adfe753a55d47d5d8cec45e3c74f120 (diff)
Bug 1023/Bug 1024: Create native jar files for different configurations due to non-native-jar aliasing
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 5bd8c6e3..60f80030 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -684,6 +684,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/jocl-natives-${os.and.arch}.jar" tofile="${build}/jar/jocl-android-natives-${os.and.arch}.jar"/>
</target>
<!-- ================================================================== -->