wpilibsuite / native-utils

Gradle utility plugin for compiling native libraries
Other
4 stars 21 forks source link

SourceGen task doesn't have correct dependencies #52

Closed ThadHouse closed 4 years ago

ThadHouse commented 4 years ago

https://github.com/wpilibsuite/native-utils/tree/master/src/main/java/edu/wpi/first/nativeutils/rules#L42

The sourcelink task also needs to depend on all the dependencies from the link task, in order to make sure all the libraries are built.