mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-06 20:37:48 +03:00
Update libtorrent to 0.14 trunk.
A few minor touch ups regarding torrent state and queue.
This commit is contained in:
parent
1861ef439f
commit
70bb78b833
104 changed files with 13220 additions and 6722 deletions
2
setup.py
2
setup.py
|
@ -153,12 +153,14 @@ else:
|
|||
'boost_date_time',
|
||||
'boost_thread',
|
||||
'boost_python',
|
||||
'boost_iostreams',
|
||||
'pthread',
|
||||
'ssl',
|
||||
'z'
|
||||
]
|
||||
|
||||
_sources = glob.glob("./libtorrent/src/*.cpp") + \
|
||||
glob.glob("./libtorrent/src/*.c") + \
|
||||
glob.glob("./libtorrent/src/kademlia/*.cpp") + \
|
||||
glob.glob("./libtorrent/bindings/python/src/*.cpp")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue