mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Auto-detection of <threadapi> default value
This commit is contained in:
parent
a7112d249c
commit
e4d359cbfc
1 changed files with 2 additions and 0 deletions
2
Jamroot
2
Jamroot
|
@ -133,6 +133,7 @@ import notfile ;
|
|||
import virtual-target ;
|
||||
import "class" : new ;
|
||||
import property-set ;
|
||||
import threadapi-feature ;
|
||||
|
||||
path-constant BOOST_ROOT : . ;
|
||||
constant BOOST_VERSION : 1.66.0 ;
|
||||
|
@ -173,6 +174,7 @@ project boost
|
|||
<toolset>como-linux:<define>_GNU_SOURCE=1
|
||||
# When building docs within Boost, we want the standard Boost style
|
||||
<xsl:param>boost.defaults=Boost
|
||||
<conditional>@threadapi-feature.detect
|
||||
: usage-requirements <include>.
|
||||
: build-dir bin.v2
|
||||
;
|
||||
|
|
Loading…
Add table
Reference in a new issue