From aea84b03fcdf6728fd69e714dcd09f3df2edc132 Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Sun, 13 May 2012 08:46:43 +0000 Subject: [PATCH] Thread: link with Boost.Chrono for vacpp-11.1 [SVN r78451] --- build/Jamfile.v2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ; }