Skip to content

Commit

Permalink
Revert whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekma committed Aug 25, 2020
1 parent 4de1326 commit dbfa73d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cscore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ model {
include '**/*.h'
}
}

}
binaries.all {
if (it instanceof StaticLibraryBinarySpec) {
it.buildable = false
return
}
lib project: ':wpiutil', library: 'wpiutil', linkage: 'shared'

if (it.targetPlatform.operatingSystem.linux) {
it.linker.args '-Wl,--version-script=' + file('src/main/native/LinuxSymbolScript.txt')
} else if (it.targetPlatform.operatingSystem.macOsX) {
Expand Down

0 comments on commit dbfa73d

Please sign in to comment.