mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-19 04:22:15 +00:00
Set BOOST_ALL_NO_LIB for _dll tests
[SVN r32884]
This commit is contained in:
@@ -13,7 +13,8 @@ rule po-test ( source )
|
||||
{
|
||||
return
|
||||
[ run $(source) ]
|
||||
[ run $(source) : : : <link>shared : $(source:B)_dll ]
|
||||
[ run $(source) : : : <link>shared <define>BOOST_ALL_DYN_LINK=1
|
||||
: $(source:B)_dll ]
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user