diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index acb8dcb1..752db5c3 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -10,6 +10,7 @@ import testing ; project : requirements + /boost/pool//boost_pool /boost/system//boost_system BOOST_ALL_NO_LIB=1 msvc:_SCL_SECURE_NO_WARNINGS diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 18dc42e1..91f9ac9d 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -6,6 +6,7 @@ project : requirements + /boost/pool//boost_pool /boost/system//boost_system BOOST_ALL_NO_LIB=1 all