mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix building when system libtorrent is present
This commit is contained in:
parent
1d49ec4bfb
commit
810f332ae8
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -294,7 +294,7 @@ setup(
|
|||
deluged = deluge.main:start_daemon
|
||||
""",
|
||||
ext_package = "deluge",
|
||||
ext_modules = [libtorrent],
|
||||
ext_modules = _ext_modules,
|
||||
fullname = "Deluge Bittorent Client",
|
||||
include_package_data = True,
|
||||
license = "GPLv3",
|
||||
|
|
Loading…
Add table
Reference in a new issue