On Sat, 30 Apr 2022 13:51:23 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> Backport to `jfx11u` so we can build on macOS / aarch64 without needing to > specify `-PCOMPILE_TARGET=arm64`. It isn't a clean backport, since I also had > to include the definition of `IS_AARCH64` which is present in mainline, but > not in `jfx11u` (it was added as part of another unrelated fix that isn't > backported to `jfx11u`). This pull request has now been integrated. Changeset: ac52af6e Author: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.java.net/jfx11u/commit/ac52af6ed3535f687e2026d2afd398aac4111e84 Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod 8276174: JavaFX build fails on macOS aarch64 Reviewed-by: jvos Backport-of: d289db94d15e49ed28f797b516ffccf023fce9c9 ------------- PR: https://git.openjdk.java.net/jfx11u/pull/100