summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-17 21:25:13 +0100
committerSven Gothel <[email protected]>2023-01-17 21:25:13 +0100
commit8127406b4f537d63245c2bf9febfa0997f82de6e (patch)
tree04c4a57f7c1c0c493de2fd89646917de2877ea41
parent5fe510b9be98b8490b6ffb4e0ca0a76115f429ab (diff)
Build: Add swt.jar definition for MacOS aarch64
-rw-r--r--make/build-common.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/make/build-common.xml b/make/build-common.xml
index 0d2f7e9e2..422eb05af 100644
--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -167,8 +167,7 @@
<istrue value="${isIOS}" /> <!-- FIXME JAU .. hack -->
</or>
</condition>
- <property name="swt-cocoa-macosx-x86_64.jar" value="${project.root}/make/lib/swt/cocoa-macosx-x86_64/swt.jar"/>
- <condition property="swt.jar" value="${swt-cocoa-macosx-x86_64.jar}">
+ <condition property="swt.jar" value="${project.root}/make/lib/swt/cocoa-macosx-x86_64/swt.jar">
<and>
<istrue value="${isOSX}" />
<or>
@@ -177,14 +176,10 @@
</or>
</and>
</condition>
- <property name="swt-cocoa-macosx-x86_32.jar" value="${project.root}/make/lib/swt/cocoa-macosx/swt.jar"/>
- <condition property="swt.jar" value="${swt-cocoa-macosx-x86_32.jar}"> <!-- no more supported since SWT 4.10 -->
+ <condition property="swt.jar" value="${project.root}/make/lib/swt/cocoa-macosx-aarch64/swt.jar">
<and>
<istrue value="${isOSX}" />
- <or>
- <os arch="i386" />
- <os arch="x86" />
- </or>
+ <os arch="aarch64" />
</and>
</condition>
<condition property="swt.jar" value="${project.root}/make/lib/swt/gtk-solaris-x86/swt.jar">