mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Add compiler specific bin dir to lib paths, as it contains important runtime dynamic libraries, for example for mingw.
[SVN r34319]
This commit is contained in:
@@ -90,7 +90,7 @@ rule init ( version ? : command * : options * )
|
||||
# will pick the right onces.
|
||||
# Note that we don't provide a clean way to build 32-bit binary
|
||||
# with 64-bit compiler, but user can always pass -m32 manually.
|
||||
local lib_path = $(root)/lib $(root)/lib32 $(root)/lib64 ;
|
||||
local lib_path = $(root)/bin $(root)/lib $(root)/lib32 $(root)/lib64 ;
|
||||
if $(.debug-configuration)
|
||||
{
|
||||
ECHO notice: using gcc libraries :: $(condition) :: $(lib_path) ;
|
||||
|
||||
Reference in New Issue
Block a user