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:
@@ -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) ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user