mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[build] Update to newest native-utils (#3633)
This commit is contained in:
@@ -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\''
|
||||
|
||||
Reference in New Issue
Block a user