Set BOOST_ALL_NO_LIB for _dll tests
[SVN r32884]
This commit is contained in:
parent
596f8aa46f
commit
48ee128928
@ -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 ]
|
||||
;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user