[build] Remove RoboRIO specializations from build system (#7670)

This commit is contained in:
Thad House
2025-01-13 11:23:54 -08:00
committed by GitHub
parent 666d1638ce
commit 09a6bc9a25
31 changed files with 25 additions and 139 deletions

View File

@@ -68,9 +68,6 @@ if (!project.hasProperty('onlylinuxathena') && !project.hasProperty('onlylinuxsy
lib project: ':wpinet', library: 'wpinet', linkage: 'shared'
}
lib project: ':wpiutil', library: 'wpiutil', linkage: 'shared'
if (it.targetPlatform.name == nativeUtils.wpi.platforms.roborio) {
nativeUtils.useRequiredLibrary(it, 'ni_link_libraries', 'ni_runtime_libraries')
}
} else {
it.buildable = false
}