mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Update to 2020 compilers (#1733)
Also link to libatomic in cmake and for Raspbian only in gradle.
This commit is contained in:
@@ -22,6 +22,10 @@ toolchainsPlugin.crossCompilers.named(nativeUtils.wpi.platforms.roborio) {
|
||||
optional.set(true)
|
||||
}
|
||||
|
||||
nativeUtils.configurePlatform(nativeUtils.wpi.platforms.raspbian) {
|
||||
linker.args << '-latomic'
|
||||
}
|
||||
|
||||
model {
|
||||
components {
|
||||
all {
|
||||
|
||||
Reference in New Issue
Block a user