mirror of
https://github.com/unmojang/meta.git
synced 2025-09-23 11:10:53 -04:00
fix: set osx-arm64 for 3.3.1 natives
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
87ca79c201
commit
ce154acb13
@ -1159,6 +1159,28 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"_comment": "Only allow osx-arm64 for existing LWJGL 3.3.1",
|
||||
"match": [
|
||||
"org.lwjgl:lwjgl-glfw-natives-macos-arm64:3.3.1",
|
||||
"org.lwjgl:lwjgl-jemalloc-natives-macos-arm64:3.3.1",
|
||||
"org.lwjgl:lwjgl-openal-natives-macos-arm64:3.3.1",
|
||||
"org.lwjgl:lwjgl-opengl-natives-macos-arm64:3.3.1",
|
||||
"org.lwjgl:lwjgl-stb-natives-macos-arm64:3.3.1",
|
||||
"org.lwjgl:lwjgl-tinyfd-natives-macos-arm64:3.3.1",
|
||||
"org.lwjgl:lwjgl-natives-macos-arm64:3.3.1"
|
||||
],
|
||||
"override": {
|
||||
"rules": [
|
||||
{
|
||||
"action": "allow",
|
||||
"os": {
|
||||
"name": "osx-arm64"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"_comment": "Add linux-arm64 support for LWJGL 3.3.1",
|
||||
"match": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user