-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
find libraries by name instead of using the imported location
Instead of directly using an imported location we use the soname if possible and after that the location name to find the library using the location directory as hint. This allows us to use an soname, which may be different and to the location name (and residing directory). This allows to use system installed libraries which may be updated but are compatible with the one used at built time as long as the location and name in which they were found in are the same.
- Loading branch information
Showing
1 changed file
with
44 additions
and
8 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