python binding Jamfile fix

This commit is contained in:
Arvid Norberg 2008-05-15 08:31:13 +00:00
parent 6ab19756a3
commit 39108056cd
1 changed files with 1 additions and 1 deletions

View File

@ -25,9 +25,9 @@ python-extension libtorrent
src/torrent.cpp
src/peer_info.cpp
src/ip_filter.cpp
/torrent//torrent
: <include>src
<boost>system:<library>boost_python
<boost>source:<library>/boost/python//boost_python
<library>/torrent//torrent/<link>static
;