python binding Jamfile fix
This commit is contained in:
parent
6ab19756a3
commit
39108056cd
|
@ -25,9 +25,9 @@ python-extension libtorrent
|
||||||
src/torrent.cpp
|
src/torrent.cpp
|
||||||
src/peer_info.cpp
|
src/peer_info.cpp
|
||||||
src/ip_filter.cpp
|
src/ip_filter.cpp
|
||||||
/torrent//torrent
|
|
||||||
: <include>src
|
: <include>src
|
||||||
<boost>system:<library>boost_python
|
<boost>system:<library>boost_python
|
||||||
<boost>source:<library>/boost/python//boost_python
|
<boost>source:<library>/boost/python//boost_python
|
||||||
|
<library>/torrent//torrent/<link>static
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue