diff options
author | Sven Gothel <[email protected]> | 2018-01-15 07:39:02 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2018-01-15 07:39:02 +0100 |
commit | e2bd4af7e7f9131de987af4df6db1cd1d0e85878 (patch) | |
tree | 155a019d6ae919e012b03789993726ee7aecfad8 /make/build-common.xml | |
parent | b69294ce38ddc471029ba3765dc870976a3d22c8 (diff) | |
parent | d21c48849eb962c3c5c863587aeffe2db33a236f (diff) |
Merge remote-tracking branch 'remotes/xranby/aarch64'
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"> |