diff --git a/v1/boost-base.jam b/v1/boost-base.jam index 9f6a1daf7..475235425 100644 --- a/v1/boost-base.jam +++ b/v1/boost-base.jam @@ -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($(>))) ] ;