[build] Fix wpilibc runCpp task (#3327)

This commit is contained in:
Thad House
2021-05-01 10:26:33 -07:00
committed by GitHub
parent c8ff626fe2
commit e338f9f190

View File

@@ -243,7 +243,7 @@ model {
def arch = it.targetPlatform.architecture.name
if (arch == 'x86-64' || arch == 'x86') {
dependsOn it.tasks.install
commandLine it.tasks.install.runScriptFile.get().asFile.toString()
found = true
}
}