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:
@@ -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 ? )
|
||||
|
||||
Reference in New Issue
Block a user