fix python binding Jamfile

This commit is contained in:
Arvid Norberg 2012-03-22 20:36:22 +00:00
parent 5fa416255f
commit bc041a9a6d
1 changed files with 2 additions and 1 deletions

View File

@ -43,12 +43,13 @@ rule libtorrent_linking ( properties * )
else
{
result += <library>/boost/python//boost_python/<link>shared ;
result += <library>/torrent//torrent/<link>shared ;
result += <library>/torrent//torrent/<link>shared/<boost-link>shared ;
}
}
else
{
result += <library>boost_python ;
result += <library>/torrent//torrent/<link>shared/<boost-link>shared ;
}
return $(result) ;