Skip to content

Commit

Permalink
Disable binaries block too
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Jan 1, 2025
1 parent d1318bf commit 96edfeb
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 @@ -152,7 +152,7 @@ model {
}
}
binaries.all {
if (it.targetPlatform.name == nativeUtils.wpi.platforms.roborio || it.targetPlatform.name.startsWith("linuxarm")) {
if (it.targetPlatform.name == nativeUtils.wpi.platforms.roborio || it.targetPlatform.name == nativeUtils.wpi.platforms.systemcore || it.targetPlatform.name.startsWith("linuxarm")) {
it.buildable = false
return
}
Expand Down

0 comments on commit 96edfeb

Please sign in to comment.