diff options
author | Sven Gothel <[email protected]> | 2012-08-23 05:10:35 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-08-23 05:10:35 -0700 |
commit | d28300360a6c26feb5ab6b669b5bd7681a792913 (patch) | |
tree | c7d72794784413a69a66cd732e4fb9c5c0e36bc5 | |
parent | 422d7a5eb53fca6642ebf4e8910d8b0311bb2597 (diff) | |
parent | 56dad6015bce0c9f11fdb1120fec77cc2e0a22fc (diff) |
Merge pull request #11 from xranby/jnlp-arch-armv6
JNLP: Cache gluegen-rt-natives for linux-armv6 and linux-armv6hf.
-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> |