From a107a3001b3cb12697f03e786c57d5d7d4fcba70 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 22 Jun 2005 10:11:39 +0000 Subject: [PATCH] link-runtime -> runtime-link. Patch from Jurgen Hunold. [SVN r29729] --- test/link/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/link/Jamfile.v2 b/test/link/Jamfile.v2 index 3263f6b5..56c03fe5 100644 --- a/test/link/Jamfile.v2 +++ b/test/link/Jamfile.v2 @@ -1,7 +1,7 @@ # copyright John Maddock 2003 lib link_test : link_test.cpp - : shared shared + : shared shared # This is needed to make the test work, I'm unsure if this # should be set globally. BOOST_DYN_LINK=1