mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Fix autolink in boost-lib.
This commit is contained in:
parent
43468c7a84
commit
a696afede9
1 changed files with 1 additions and 1 deletions
2
Jamroot
2
Jamroot
|
@ -288,7 +288,7 @@ rule boost-install ( libraries * )
|
|||
rule boost-lib ( name : sources * : requirements * : default-build * : usage-requirements * )
|
||||
{
|
||||
name = boost_$(name) ;
|
||||
autolink = <link>shared:<define>BOOST_$(name:U)_DYN_LINK=1 ;
|
||||
autolink = <link>shared:<define>$(name:U)_DYN_LINK=1 ;
|
||||
lib $(name)
|
||||
: $(sources)
|
||||
: $(requirements) $(autolink)
|
||||
|
|
Loading…
Add table
Reference in a new issue