diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 08e2b223..e7177b2b 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -203,7 +203,8 @@ rule usage-requirements ( properties * ) # in that case? } } - if ! vacpp in $(properties) + + if ! vacpp in $(properties) || 11.1 in $(properties) { result += /boost/chrono//boost_chrono ; } @@ -231,7 +232,7 @@ rule requirements ( properties * ) } } } - if ! vacpp in $(properties) + if ! vacpp in $(properties) || 11.1 in $(properties) { result += /boost/chrono//boost_chrono ; }