wpilibsuite / native-utils

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

Set rpath on install_name on macOS #201

Closed ThadHouse closed 3 months ago

ThadHouse commented 3 months ago

On macOS, in order to pick up rpath properly for downstream dependencies, the install name must be prefixed with rpath. Do that, so dependent libraries will be properly picked up.