mirror of
https://github.com/boostorg/boost.git
synced 2025-04-04 13:05:00 +00:00
Fix bcp --namespace
issues
This commit is contained in:
parent
68df5aa819
commit
d0586e8812
1 changed files with 3 additions and 2 deletions
5
Jamroot
5
Jamroot
|
@ -140,7 +140,8 @@ import "class" : new ;
|
|||
import property-set ;
|
||||
import threadapi-feature ;
|
||||
import option ;
|
||||
import tools/boost_install/boost-install ;
|
||||
# Backslash because of `bcp --namespace`
|
||||
import tools/boost\_install/boost-install ;
|
||||
|
||||
path-constant BOOST_ROOT : . ;
|
||||
constant BOOST_VERSION : 1.71.0 ;
|
||||
|
@ -311,8 +312,8 @@ rule boost-install ( libraries * )
|
|||
# stage and install targets via boost-install, above.
|
||||
rule boost-lib ( name : sources * : requirements * : default-build * : usage-requirements * )
|
||||
{
|
||||
autolink = <link>shared:<define>BOOST_$(name:U)_DYN_LINK=1 ;
|
||||
name = boost_$(name) ;
|
||||
autolink = <link>shared:<define>$(name:U)_DYN_LINK=1 ;
|
||||
lib $(name)
|
||||
: $(sources)
|
||||
: $(requirements) $(autolink)
|
||||
|
|
Loading…
Add table
Reference in a new issue