2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Typo correction in Boost Build's contrib/boost.jam module.

[SVN r79827]
This commit is contained in:
Jurko Gospodnetić
2012-08-01 09:01:13 +00:00
parent 29554be645
commit 89d455d4c8

View File

@@ -194,7 +194,7 @@ rule use-project
local rule boost_lib_std ( id : shared-lib-define )
{
lib $(name) : : : : <link>shared:<define>$(shared-lib-define) ;
lib $(id) : : : : <link>shared:<define>$(shared-lib-define) ;
}
rule boost_std ( inc ? lib ? )