2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

make gRUN_LD_LIBRARY_PATH work

[SVN r12202]
This commit is contained in:
Dave Abrahams
2002-01-02 20:57:14 +00:00
parent df3e4473fd
commit a2fcd24f2f
2 changed files with 4 additions and 14 deletions

View File

@@ -1309,13 +1309,8 @@ rule depend-on-libraries
NEEDLIBS on $(<) += $(>) ;
DEPENDS $(<) : $(>) ;
# To run these targets, we need everything needed to run the libraries
for local dir in $(gRUN_PATH($(>)))
{
if ! ( $(dir) in $(gRUN_PATH($(<))) )
{
gRUN_PATH($(<)) += $(dir) ;
}
}
gRUN_PATH($(<)) = [ unique $(gRUN_PATH($(<))) $(gRUN_PATH($(>))) ] ;
gRUN_LD_LIBRARY_PATH($(<)) = [ unique $(gRUN_LD_LIBRARY_PATH($(<))) $(gRUN_LD_LIBRARY_PATH($(>))) ] ;
}
# subvariant-target target : subvariant-id build-properties : toolset variant

View File

@@ -1309,13 +1309,8 @@ rule depend-on-libraries
NEEDLIBS on $(<) += $(>) ;
DEPENDS $(<) : $(>) ;
# To run these targets, we need everything needed to run the libraries
for local dir in $(gRUN_PATH($(>)))
{
if ! ( $(dir) in $(gRUN_PATH($(<))) )
{
gRUN_PATH($(<)) += $(dir) ;
}
}
gRUN_PATH($(<)) = [ unique $(gRUN_PATH($(<))) $(gRUN_PATH($(>))) ] ;
gRUN_LD_LIBRARY_PATH($(<)) = [ unique $(gRUN_LD_LIBRARY_PATH($(<))) $(gRUN_LD_LIBRARY_PATH($(>))) ] ;
}
# subvariant-target target : subvariant-id build-properties : toolset variant