mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Switches native linux arm build to be nativearm arch (#38)
Fixes gradle bug
This commit is contained in:
committed by
Peter Johnson
parent
3faecdb353
commit
9fdb33b6af
@@ -212,7 +212,7 @@ if (!project.hasProperty('onlyAthena')) {
|
||||
exclude << 'gmock'
|
||||
}
|
||||
linuxArm(BuildConfig) {
|
||||
architecture = 'arm'
|
||||
architecture = 'nativearm'
|
||||
operatingSystem = 'linux'
|
||||
compilerArgs = linuxCompilerArgs
|
||||
linkerArgs = linuxLinkerArgs
|
||||
|
||||
Reference in New Issue
Block a user