添加对 Linux RISC-V 64 平台的基本支持 (#2187)

This commit is contained in:
Glavo
2023-04-01 06:29:51 +08:00
committed by GitHub
parent af36a0ac2a
commit 316607b333
2 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ val jfxPlatforms = listOf(
Platform("linux-arm32", "linux-arm32-monocle", unsupportedModules = listOf("media", "web")),
Platform("linux-arm64", "linux-aarch64"),
Platform("linux-loongarch64_ow", "linux", groupId = "org.glavo.hmcl.openjfx", version = "19-ea+10-loongson64", unsupportedModules = listOf("media", "web")),
Platform("linux-riscv64", "linux", groupId = "org.glavo.hmcl.openjfx", version = "19.0.2.1-riscv64", unsupportedModules = listOf("media", "web")),
)
val jfxInClasspath =