diff --git a/src/tools/gcc.jam b/src/tools/gcc.jam index b297af9d4..c6d182bc9 100644 --- a/src/tools/gcc.jam +++ b/src/tools/gcc.jam @@ -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) ;