fix: set osx-arm64 for 3.3.1 natives

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2022-10-09 18:48:56 +02:00
parent 87ca79c201
commit ce154acb13
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -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": [