mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Do not hardcode dll paths in libraries. That's not really needed, and
would force us to relink all libraries when staging. Now that libraries do not hardcode dll paths, add a check that correct -rpath-link options are added. When staging, we don't hardcode-dll-paths, and libraries never hardcode dll paths, so if there's a long chain of libraries, we should add -rpath-link, otherwise the linker won't find the dynamic libraries and will complain. [SVN r25756]
This commit is contained in:
parent
cab580dcd7
commit
995770b429
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit d6e1f357602a9c41a5d7f72b89801d67f58fb770
|
||||
Subproject commit faecbd85323dfcf25850a22c66ced9734ae0c905
|
Loading…
Add table
Reference in a new issue