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