From 9ce8c8581b374c19150f26e5b51d73eeaa798cee Mon Sep 17 00:00:00 2001 From: Mohammad Nejati Date: Wed, 8 May 2024 19:59:17 +0000 Subject: [PATCH] Limit the scope of definitions in the top-level Jamfile --- Jamfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jamfile b/Jamfile index 2f27e783..8f531698 100644 --- a/Jamfile +++ b/Jamfile @@ -26,11 +26,9 @@ lib mswsock ; # NT lib ipv6 ; # HPUX lib network ; # HAIKU -feature.feature boost.beast.allow-deprecated : on off : propagated composite ; -feature.compose on : BOOST_BEAST_ALLOW_DEPRECATED ; +feature.feature boost.beast.allow-deprecated : on off : propagated ; -feature.feature boost.beast.separate-compilation : on off : propagated composite ; -feature.compose on : BOOST_BEAST_SEPARATE_COMPILATION ; +feature.feature boost.beast.separate-compilation : on off : propagated ; variant beast_coverage : debug @@ -95,6 +93,8 @@ local defines = hpux:ipv6 qnxnto:socket haiku:network + on:BOOST_BEAST_ALLOW_DEPRECATED + on:BOOST_BEAST_SEPARATE_COMPILATION ; lib lib-asio