diff options
author | Sven Gothel <[email protected]> | 2011-07-28 16:22:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-28 16:22:13 +0200 |
commit | 02791a2ac598e36c343b74ae07fe2a0e09ea7303 (patch) | |
tree | 0ef0a2e53d53a38b872ba61724b2c0f5ad03f41d /make/build-common.xml | |
parent | 783f2ee31cd7026f5bb2bcd144e8cae75accda20 (diff) |
build: add linux/armv7 support ; only add resources once w/o java source
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 454e5d1aa..b0759f3a4 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -127,6 +127,9 @@ <condition property="swt.jar" value="${project.root}/make/lib/swt/gtk-linux-x86/swt-debug.jar"> <istrue value="${isLinuxX86}" /> </condition> + <condition property="swt.jar" value="${project.root}/make/lib/swt/gtk-linux-x86/swt-debug.jar"> + <istrue value="${isLinuxARMv7}" /> <!-- FIXME JAU .. hack --> + </condition> <condition property="swt.jar" value="${project.root}/make/lib/swt/cocoa-macosx-x86_64/swt-debug.jar"> <and> <istrue value="${isOSX}" /> |