mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
ARM: Don't attempt to build JavaFX on arm64
This commit is contained in:
+4
-1
@@ -37,7 +37,10 @@
|
||||
|
||||
<!-- JavaFX got removed from the Oracle's JDK for arm -->
|
||||
<condition property="fx.unavailable" value="true">
|
||||
<equals arg1="${os.arch}" arg2="arm" />
|
||||
<or>
|
||||
<equals arg1="${os.arch}" arg2="arm" />
|
||||
<equals arg1="${os.arch}" arg2="aarch64" />
|
||||
</or>
|
||||
</condition>
|
||||
|
||||
<!-- link against apple.jar for the ThinkDifferent class -->
|
||||
|
||||
Reference in New Issue
Block a user