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 ? )