添加 Linux MIPS64el 平台支持 (#1686)

* Add support for linux-mips64el

* Update PLATFORM.md
This commit is contained in:
Glavo
2022-09-02 11:37:09 +08:00
committed by GitHub
parent 837939e27c
commit 8f7c09d2cc
5 changed files with 325 additions and 29 deletions

View File

@@ -40,7 +40,7 @@ val jfxPlatforms = listOf(
Platform("linux-x86_64", "linux"),
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"),
Platform("linux-loongarch64_ow", "linux", groupId = "org.glavo.hmcl.openjfx", version = "19-ea+10-loongson64", unsupportedModules = listOf("media", "web")),
)
val jfxInClasspath =