From ead52f741a0c37decdf2f40d3ac27f7f44a4b099 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 16 Feb 2006 09:23:40 +0000 Subject: [PATCH] Fix isses with setting BOOST_REGEX_DYN_LINK when linking to static regex lib. [SVN r32956] --- test/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 666e525d..0693f2fa 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -45,10 +45,11 @@ local regress-sources = regress/$(R_SOURCE) ; test-suite regex : - [ run regress/$(R_SOURCE) ../build//boost_regex/static + [ run regress/$(R_SOURCE) ../build//boost_regex : # command line : # input files : # requirements + static : regex_regress ] [ run regress/$(R_SOURCE) ../build//boost_regex