Skip to content

Commit

Permalink
Update wpical/build.gradle
Browse files Browse the repository at this point in the history
Co-authored-by: Gold856 <117957790+Gold856@users.noreply.github.com>
  • Loading branch information
ElliotScher and Gold856 authored Oct 22, 2024
1 parent 9478a7d commit b8b0bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpical/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ model {
}
}
binaries.all {
if (it.targetPlatform.name == nativeUtils.wpi.platforms.roborio) {
if (it.targetPlatform.name == nativeUtils.wpi.platforms.roborio || it.targetPlatform.name.startsWith("linuxarm")) {
it.buildable = false
return
}
Expand Down

0 comments on commit b8b0bcf

Please sign in to comment.