Skip to content

Commit

Permalink
Fix PPLib arm builds (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansen4857 authored Oct 28, 2023
1 parent 41f64c8 commit ecacbe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pathplannerlib/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import org.gradle.internal.os.OperatingSystem

nativeUtils.addWpiNativeUtils()
nativeUtils.withCrossRoboRIO()
nativeUtils.withCrossLinuxArm32()
nativeUtils.withCrossLinuxArm64()

nativeUtils {
wpi {
Expand Down

0 comments on commit ecacbe8

Please sign in to comment.