diff --git a/build/Jamfile b/build/Jamfile index ca4e7cbf..fea36e77 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -9,6 +9,8 @@ lib boost_regex : ../src/$(SOURCES).cpp $(BOOST_ROOT) BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 + std::facet-support + : debug release ; diff --git a/example/Jamfile b/example/Jamfile index f57f7a32..1f6aff07 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -21,6 +21,7 @@ rule regex-test-run ( sources + : input * ) BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 multi + std::facet-support : # test name ] ; } diff --git a/test/Jamfile b/test/Jamfile index 7dc873a7..8f7e922b 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -9,6 +9,7 @@ template test : BOOST_REGEX_NO_LIB=1 # requirements BOOST_REGEX_STATIC_LINK=1 multi + std::facet-support ; template regression