don't export extra when building tools
This commit is contained in:
parent
6b39247d2f
commit
dedc21f8c8
|
@ -15,12 +15,12 @@ rule link_libtorrent ( properties * )
|
||||||
if <link>shared in $(properties)
|
if <link>shared in $(properties)
|
||||||
{
|
{
|
||||||
result +=
|
result +=
|
||||||
<library>/torrent//torrent/<link>shared/<boost-link>shared/<export-extra>on ;
|
<library>/torrent//torrent/<link>shared/<boost-link>shared ;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
result +=
|
result +=
|
||||||
<library>/torrent//torrent/<link>static/<boost-link>static/<export-extra>on ;
|
<library>/torrent//torrent/<link>static/<boost-link>static ;
|
||||||
}
|
}
|
||||||
return $(result) ;
|
return $(result) ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue