diff options
author | Xerxes Rånby <[email protected]> | 2016-12-12 10:04:19 +0100 |
---|---|---|
committer | Xerxes Rånby <[email protected]> | 2016-12-12 10:04:19 +0100 |
commit | d21c48849eb962c3c5c863587aeffe2db33a236f (patch) | |
tree | f25b81590f4787b662496e089929c30d50e44233 /make/build-common.xml | |
parent | 45cc13c4d68fb3137b741cbc39ea653c15db2f66 (diff) |
Bug 1295: Add linux-aarch64 GNU/Linux AArch64 support
scripts/make.jogl.all.linux-aarch64-cross.sh:
New crosscompile script
build-common.xml:
Add SWT compile hack for isLinuxARM64
Diffstat (limited to 'make/build-common.xml')
-rw-r--r-- | make/build-common.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index 88c876e5d..3abebc949 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -140,6 +140,9 @@ <istrue value="${isLinuxX86}" /> </condition> <condition property="swt.jar" value="${project.root}/make/lib/swt/gtk-linux-x86/swt-debug.jar"> + <istrue value="${isLinuxARM64}" /> <!-- FIXME JAU .. hack --> + </condition> + <condition property="swt.jar" value="${project.root}/make/lib/swt/gtk-linux-x86/swt-debug.jar"> <istrue value="${isLinuxARMv6}" /> <!-- FIXME JAU .. hack --> </condition> <condition property="swt.jar" value="${project.root}/make/lib/swt/gtk-linux-x86/swt-debug.jar"> |