From b1947d9c3a8caadf9760999230d61b302af0a55c Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 20 Jul 2024 21:25:51 -0500 Subject: [PATCH] Change all references to . --- example/x3/rexpr/rexpr_full/test/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/x3/rexpr/rexpr_full/test/Jamfile b/example/x3/rexpr/rexpr_full/test/Jamfile index 05db04a60..b426f4bd9 100644 --- a/example/x3/rexpr/rexpr_full/test/Jamfile +++ b/example/x3/rexpr/rexpr_full/test/Jamfile @@ -10,8 +10,8 @@ import testing ; project : requirements ..//rexpr - /boost/regex//boost_regex - /boost/filesystem//boost_filesystem + /boost/regex//boost_regex + /boost/filesystem//boost_filesystem 300 ;