fix test build configuration
This commit is contained in:
parent
a604e68f11
commit
8fac4e7d5c
|
@ -38,12 +38,12 @@ rule link_libtorrent ( properties * )
|
||||||
if <link>shared in $(properties)
|
if <link>shared in $(properties)
|
||||||
{
|
{
|
||||||
result +=
|
result +=
|
||||||
<library>/torrent//torrent/<link>shared/<logging>on/<boost-link>shared/<export-extra>on/<debug-iterators>on ;
|
<library>/torrent//torrent/<link>shared/<boost-link>shared/<export-extra>on ;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
result +=
|
result +=
|
||||||
<library>/torrent//torrent/<link>static/<logging>on/<boost-link>static/<export-extra>on/<debug-iterators>on ;
|
<library>/torrent//torrent/<link>static/<boost-link>static/<export-extra>on ;
|
||||||
}
|
}
|
||||||
return $(result) ;
|
return $(result) ;
|
||||||
}
|
}
|
||||||
|
@ -81,8 +81,6 @@ lib libtorrent_test
|
||||||
|
|
||||||
: # user-requirements
|
: # user-requirements
|
||||||
<link>shared:<define>TORRENT_LINK_TEST_SHARED
|
<link>shared:<define>TORRENT_LINK_TEST_SHARED
|
||||||
<debug-iterators>on
|
|
||||||
<logging>on
|
|
||||||
<include>.
|
<include>.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue