Skip to content

Commit

Permalink
[build] ntcoreffi: Don't link to chipobject (#7228)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse authored Oct 18, 2024
1 parent 796dbd3 commit ee22482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntcoreffi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ model {
lib project: ':wpinet', library: 'wpinet', linkage: 'static'
lib project: ':wpiutil', library: 'wpiutil', linkage: 'static'
if (binary.targetPlatform.name == nativeUtils.wpi.platforms.roborio) {
nativeUtils.useRequiredLibrary(binary, 'ni_link_libraries')
nativeUtils.useRequiredLibrary(binary, 'netcomm', 'chipobject_headers')
}
}
}
Expand Down

0 comments on commit ee22482

Please sign in to comment.