diff --git a/CHANGELOG.md b/CHANGELOG.md index 30738989..141339d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 258: + +* Fix separate compilation in CI + +-------------------------------------------------------------------------------- + Version 257: * Add b2 features for compile-time options used in testing diff --git a/Jamfile b/Jamfile index 5c2d1409..01faeb1f 100644 --- a/Jamfile +++ b/Jamfile @@ -31,10 +31,10 @@ lib crypt32 ; lib ssl : : windows ssleay32 ; lib crypto : : windows libeay32 ; -feature.feature boost.beast.allow-deprecated : on off : optional propagated composite ; +feature.feature boost.beast.allow-deprecated : on off : propagated composite ; feature.compose on : BOOST_BEAST_ALLOW_DEPRECATED ; -feature.feature boost.beast.separate-compilation : on off : optional propagated composite ; +feature.feature boost.beast.separate-compilation : on off : propagated composite ; feature.compose on : BOOST_BEAST_SEPARATE_COMPILATION ; variant beast_coverage