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

Don't append lib paths for all gcc version to a single RUN_PATH.

[SVN r33441]
This commit is contained in:
Vladimir Prus
2006-03-22 14:28:39 +00:00
parent a1bbd3b36b
commit cf030feb98

View File

@@ -65,7 +65,7 @@ rule init ( version ? : command * : options * )
{
local path = [ common.get-absolute-tool-path $(command[-1]) ] ;
local lib_path = $(path:D)/lib ;
flags gcc.link RUN_PATH : $(lib_path) ;
flags gcc.link RUN_PATH $(condition) : $(lib_path) ;
}