[build] Update to newest native-utils (#3633)

This commit is contained in:
Thad House
2021-10-13 07:47:10 -07:00
committed by GitHub
parent f0b484892c
commit 6d3dd99eb2
2 changed files with 1 additions and 2 deletions

View File

@@ -5,5 +5,5 @@ repositories {
}
}
dependencies {
implementation "edu.wpi.first:native-utils:2022.3.0"
implementation "edu.wpi.first:native-utils:2022.3.1"
}

View File

@@ -28,7 +28,6 @@ nativeUtils.enableSourceLink()
nativeUtils.platformConfigs.each {
if (it.name.contains('windows')) {
it.cppCompiler.args.add("/Zc:__cplusplus")
return
}
it.linker.args << '-Wl,-rpath,\'$ORIGIN\''