From 89d455d4c8cf67b3659bf063c9c86c41bd0c3422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Wed, 1 Aug 2012 09:01:13 +0000 Subject: [PATCH] Typo correction in Boost Build's contrib/boost.jam module. [SVN r79827] --- v2/contrib/boost.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/contrib/boost.jam b/v2/contrib/boost.jam index f88b83c31..72af14356 100644 --- a/v2/contrib/boost.jam +++ b/v2/contrib/boost.jam @@ -194,7 +194,7 @@ rule use-project local rule boost_lib_std ( id : shared-lib-define ) { - lib $(name) : : : : shared:$(shared-lib-define) ; + lib $(id) : : : : shared:$(shared-lib-define) ; } rule boost_std ( inc ? lib ? )