-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compute rpaths instead of using hard-coded paths
The build system should now compute appropriate rpaths for libraries and plugins rather than using hard-coded rpaths that assumed a certain directory structure. This fixes rpath issues with the example plugins and also makes the build system more flexible. (Internal change: 1685517)
- Loading branch information
Showing
2 changed files
with
47 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi there, this breaks the Mac run time. For whatever reason, the previous version worked, but the current one doesn't. In any case, $ORIGIN is a Linux specific thing, that should be guarded on non Linux platforms.