diff options
author | Sven Gothel <[email protected]> | 2014-07-10 17:27:44 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-07-10 17:27:44 +0200 |
commit | 76f64660f4bf9532ea5c9e00d3eac2ad4c9d998b (patch) | |
tree | ed8477746011568a33e0876c79f8033d0fd6fb54 /make | |
parent | cd30f3cf2adfe753a55d47d5d8cec45e3c74f120 (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.xml | 2 |
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> <!-- ================================================================== --> |