[build] Prepare for Windows arm64 builds (#5390)

Builds aren't actually enabled yet due to a bug in Gradle.
This commit is contained in:
Thad House
2023-07-24 22:46:25 -07:00
committed by GitHub
parent 552f4b76b5
commit b8cdf97621
19 changed files with 636 additions and 1809 deletions

View File

@@ -6,7 +6,7 @@ nativeUtils {
headerClassifier = "headers"
sourceClassifier = "sources"
ext = "zip"
version = '0.95-6'
version = '0.95-8'
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
}
}