[build, wpiutil] Switch macos to universal binaries (#4628)

This commit is contained in:
Thad House
2022-11-14 11:36:33 -07:00
committed by GitHub
parent 5a320c326b
commit b53ce1d3f0
6 changed files with 7 additions and 23 deletions

View File

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