2
0
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:
Rene Rivera
2003-11-08 18:32:51 +00:00
parent 593da1b0f3
commit 9fb2d82993

View File

@@ -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($(>))) ] ;