We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210510e commit 0633475Copy full SHA for 0633475
build.gradle.kts
@@ -173,6 +173,10 @@ dependencies {
173
if(lwjglProject.endsWith("openvr") && (nativePlatform == "natives-windows-arm64" || nativePlatform == "natives-macos-arm64" || nativePlatform == "natives-linux-arm64")) {
174
return@forEach
175
}
176
+ // Remotery doesn't have Windows ARM64 natives
177
+ if(lwjglProject.endsWith("remotery") && nativePlatform == "natives-windows-arm64") {
178
+ return@forEach
179
+ }
180
// JAWT has no native variants
181
if(lwjglProject.endsWith("jawt")) {
182
0 commit comments