wpilibsuite / gradle-jni

Gradle plugin for ease of creating JNI libraries.
14 stars 5 forks source link

Add way to ignore certain missing symbols #13

Closed ThadHouse closed 11 months ago

ThadHouse commented 4 years ago

wpiutil is guaranteed to have a missing symbol because of reasons. We should add a way to allow just this symbol to be ignored while checking all others.

sciencewhiz commented 11 months ago

Was this fixed by #29