Skip to content

Commit 0633475

Browse files
committed
Exclude lwjgl-remotery windows-arm64 native
Does not exist.
1 parent 210510e commit 0633475

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ dependencies {
173173
if(lwjglProject.endsWith("openvr") && (nativePlatform == "natives-windows-arm64" || nativePlatform == "natives-macos-arm64" || nativePlatform == "natives-linux-arm64")) {
174174
return@forEach
175175
}
176+
// Remotery doesn't have Windows ARM64 natives
177+
if(lwjglProject.endsWith("remotery") && nativePlatform == "natives-windows-arm64") {
178+
return@forEach
179+
}
176180
// JAWT has no native variants
177181
if(lwjglProject.endsWith("jawt")) {
178182
return@forEach

0 commit comments

Comments
 (0)