fixed python binding Jamfile
This commit is contained in:
parent
fa1a37e649
commit
3e4a136be7
|
@ -1,5 +1,7 @@
|
||||||
import python ;
|
import python ;
|
||||||
|
|
||||||
|
use-project /torrent : ../.. ;
|
||||||
|
|
||||||
python-extension libtorrent
|
python-extension libtorrent
|
||||||
: src/module.cpp
|
: src/module.cpp
|
||||||
src/big_number.cpp
|
src/big_number.cpp
|
||||||
|
|
Loading…
Reference in New Issue