summaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2018-01-15 07:39:02 +0100
committerSven Gothel <[email protected]>2018-01-15 07:39:02 +0100
commite2bd4af7e7f9131de987af4df6db1cd1d0e85878 (patch)
tree155a019d6ae919e012b03789993726ee7aecfad8 /make/build-common.xml
parentb69294ce38ddc471029ba3765dc870976a3d22c8 (diff)
parentd21c48849eb962c3c5c863587aeffe2db33a236f (diff)
Merge remote-tracking branch 'remotes/xranby/aarch64'
Diffstat (limited to 'make/build-common.xml')
-rw-r--r--make/build-common.xml3
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">