mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
HAND FIXES: Fixup gradle / cmake / styleguide
This commit is contained in:
committed by
Peter Johnson
parent
105deaddb0
commit
c89910b7c6
@@ -120,7 +120,7 @@ nativeUtils.platformConfigs.each {
|
||||
it.cppCompiler.args.add("-fpermissive")
|
||||
}
|
||||
}
|
||||
def testResources = "\"$rootDir/wpical/src/main/native/assets\"".replace("\\", "/")
|
||||
def testResources = "\"$rootDir/tools/wpical/src/main/native/assets\"".replace("\\", "/")
|
||||
model {
|
||||
components {
|
||||
"${nativeName}"(NativeExecutableSpec) {
|
||||
|
||||
Reference in New Issue
Block a user