mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Change SystemCore to Systemcore (#8359)
This commit is contained in:
@@ -308,7 +308,7 @@ model {
|
||||
}
|
||||
}
|
||||
|
||||
installSystemCore(Task) {
|
||||
installSystemcore(Task) {
|
||||
$.binaries.each {
|
||||
if (it in NativeExecutableBinarySpec && it.targetPlatform.name == nativeUtils.wpi.platforms.systemcore && it.component.name == 'developerRobotCpp') {
|
||||
dependsOn it.tasks.install
|
||||
@@ -316,7 +316,7 @@ model {
|
||||
}
|
||||
}
|
||||
|
||||
installSystemCoreStatic(Task) {
|
||||
installSystemcoreStatic(Task) {
|
||||
$.binaries.each {
|
||||
if (it in NativeExecutableBinarySpec && it.targetPlatform.name == nativeUtils.wpi.platforms.systemcore && it.component.name == 'developerRobotCppStatic') {
|
||||
dependsOn it.tasks.install
|
||||
|
||||
Reference in New Issue
Block a user