diff --git a/v2/tools/gcc.jam b/v2/tools/gcc.jam index 05ff8dc53..5b9bccc21 100644 --- a/v2/tools/gcc.jam +++ b/v2/tools/gcc.jam @@ -565,7 +565,7 @@ rule init-link-flags ( toolset linker condition ) flags $(toolset).link FINDLIBS-SA-PFX $(condition)/static/windows : -Wl,-Bdynamic : unchecked ; flags $(toolset).link OPTIONS $(condition)/static/windows - : -Wl,-Bstatic ; + : -Wl,-Bstatic : unchecked ; } case darwin : {