Linux: support cross-compile native library for ARM64 on x86_64 Linux (issue #899)

This commit is contained in:
Karl Tauber
2025-01-18 14:45:02 +01:00
parent 6c77b81277
commit 0ea188f8db
6 changed files with 95 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
Contains libraries used to compile FlatLaf native libraries.
- `aarch64/libjawt.so` is `<jdk>/lib/libjawt.so` from Eclipse Temurin 11.0.25+9 aarch64,
which is required to cross build aarch64/arm64 .so on x86_64