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

Fix static link on Linux caused by incorrect SA-PFX var definition.

This commit is contained in:
Rene Rivera
2017-07-05 08:33:04 -05:00
parent 73f3b7c5e7
commit 5f4aba2655

View File

@@ -884,7 +884,7 @@ rule init-link-flags ( toolset subtool condition )
<toolset-$(toolset):linker-type>gnu/$(condition)/<runtime-link>shared
: -Wl,-Bstatic
: unchecked ;
toolset.flags $(toolset).link FINDLIBS-SA-PFX
toolset.flags $(tool-module).link FINDLIBS-SA-PFX
<toolset-$(toolset):linker-type>gnu/$(condition)/<runtime-link>shared
: -Wl,-Bdynamic
: unchecked ;