mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 03:31:03 -04:00
fix: add -arm64 os rules to LWJGL 3.3.2 natives
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
2338215689
commit
fa9a3eeda4
@ -1,4 +1,48 @@
|
||||
[
|
||||
{
|
||||
"_comment": "Only allow osx-arm64 for existing LWJGL 3.3.2",
|
||||
"match": [
|
||||
"org.lwjgl:lwjgl-glfw-natives-macos-arm64:3.3.2",
|
||||
"org.lwjgl:lwjgl-jemalloc-natives-macos-arm64:3.3.2",
|
||||
"org.lwjgl:lwjgl-openal-natives-macos-arm64:3.3.2",
|
||||
"org.lwjgl:lwjgl-opengl-natives-macos-arm64:3.3.2",
|
||||
"org.lwjgl:lwjgl-stb-natives-macos-arm64:3.3.2",
|
||||
"org.lwjgl:lwjgl-tinyfd-natives-macos-arm64:3.3.2",
|
||||
"org.lwjgl:lwjgl-natives-macos-arm64:3.3.2"
|
||||
],
|
||||
"override": {
|
||||
"rules": [
|
||||
{
|
||||
"action": "allow",
|
||||
"os": {
|
||||
"name": "osx-arm64"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"_comment": "Only allow windows-arm64 for existing LWJGL 3.3.2",
|
||||
"match": [
|
||||
"org.lwjgl:lwjgl-glfw-natives-windows-arm64:3.3.2",
|
||||
"org.lwjgl:lwjgl-jemalloc-natives-windows-arm64:3.3.2",
|
||||
"org.lwjgl:lwjgl-openal-natives-windows-arm64:3.3.2",
|
||||
"org.lwjgl:lwjgl-opengl-natives-windows-arm64:3.3.2",
|
||||
"org.lwjgl:lwjgl-stb-natives-windows-arm64:3.3.2",
|
||||
"org.lwjgl:lwjgl-tinyfd-natives-windows-arm64:3.3.2",
|
||||
"org.lwjgl:lwjgl-natives-windows-arm64:3.3.2"
|
||||
],
|
||||
"override": {
|
||||
"rules": [
|
||||
{
|
||||
"action": "allow",
|
||||
"os": {
|
||||
"name": "windows-arm64"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"_comment": "Add missing tinyfd to the broken LWJGL 3.2.2 variant",
|
||||
"match": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user