diff options
author | Xerxes Rånby <[email protected]> | 2012-08-22 11:11:04 +0200 |
---|---|---|
committer | Xerxes Rånby <[email protected]> | 2012-08-22 11:11:04 +0200 |
commit | 56dad6015bce0c9f11fdb1120fec77cc2e0a22fc (patch) | |
tree | c7d72794784413a69a66cd732e4fb9c5c0e36bc5 /jnlp-files | |
parent | 422d7a5eb53fca6642ebf4e8910d8b0311bb2597 (diff) |
JNLP: Cache gluegen-rt-natives for linux-armv6 and linux-armv6hf.
Due to the lack of OS Arch and ABI detection in JNLP launchers
force us download both armv6 armel and armv6hf armhf ABI jars on ARM.
Diffstat (limited to 'jnlp-files')
-rw-r--r-- | jnlp-files/gluegen-rt.jnlp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jnlp-files/gluegen-rt.jnlp b/jnlp-files/gluegen-rt.jnlp index 47bb2de..2f4b6d0 100644 --- a/jnlp-files/gluegen-rt.jnlp +++ b/jnlp-files/gluegen-rt.jnlp @@ -53,6 +53,14 @@ <resources os="Linux" arch="x86_64"> <nativelib href = "jar/gluegen-rt-natives-linux-amd64.jar" /> </resources> + <resources os="Linux" arch="arm"> + <nativelib href = "jar/gluegen-rt-natives-linux-armv6.jar" /> + <nativelib href = "jar/gluegen-rt-natives-linux-armv6hf.jar" /> + </resources> + <resources os="Linux" arch="armv7"> + <nativelib href = "jar/gluegen-rt-natives-linux-armv6.jar" /> + <nativelib href = "jar/gluegen-rt-natives-linux-armv6hf.jar" /> + </resources> <resources os="Mac OS X" arch="i386"> <nativelib href = "jar/gluegen-rt-natives-macosx-universal.jar" /> </resources> |