Bump JNA to 5.18.0 (#4549)

This commit is contained in:
Glavo
2025-09-26 17:06:01 +08:00
committed by GitHub
parent 5b1414428e
commit 225dba7448
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ public final class JavaFXUtils {
arch = Platform.is64Bit() ? "arm64" : "arm32";
else if (Platform.isLoongArch() && Platform.is64Bit())
arch = "loongarch64";
else if ("riscv64".equals(System.getProperty("os.arch"))) // TODO: https://github.com/java-native-access/jna/pull/1671
else if (Platform.isRISCV())
arch = "riscv64";
else
return;