From fbf07feea8a8d6e4c0687d5e4808e428a31508b0 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 20 Jul 2024 19:37:36 -0500 Subject: [PATCH] Change all references to . --- test/Jamfile.v2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 5acb3c7..d34011d 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -12,13 +12,13 @@ # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) project - : requirements - /boost/algorithm//boost_algorithm - /boost/iterator//boost_iterator - /boost/utility//boost_utility - /boost/tuple//boost_tuple + : requirements + /boost/algorithm//boost_algorithm + /boost/iterator//boost_iterator + /boost/utility//boost_utility + /boost/tuple//boost_tuple - shared:BOOST_CONTAINER_DYN_LINK=1 + shared:BOOST_CONTAINER_DYN_LINK=1 gcc-cygwin:static ;