mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
Add static-libs/archives path to the library search path options so that the auto_link feature can find the libraries.
[SVN r20767]
This commit is contained in:
@@ -1655,6 +1655,7 @@ rule depend-on-libraries
|
||||
{
|
||||
NEEDLIBS = [ unique $(NEEDLIBS) $(>) ] ;
|
||||
NEEDLIBS on $(<) = [ on $(<) return [ unique $(NEEDLIBS) $(>) ] ] ;
|
||||
LIBPATH on $(<) += [ unique $(gLOCATE($(>))) ] ;
|
||||
DEPENDS $(<) : $(>) ;
|
||||
# To run these targets, we need everything needed to run the libraries
|
||||
gRUN_PATH($(<)) = [ unique $(gRUN_PATH($(<))) $(gRUN_PATH($(>))) ] ;
|
||||
|
||||
Reference in New Issue
Block a user