wpilibsuite / native-utils

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

Force RPATH to ORIGIN or loader_path #200

Closed ThadHouse closed 3 months ago

ThadHouse commented 3 months ago

It's finally time we fix all of our rpath issues, especially on macOS.

Force RPATH to $ORIGIN always on Linux. Force RPATH to @loader_path always on macOS. An upcoming PR will make the loader_path thing work on macOS properly.