mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +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
|
deluged = deluge.main:start_daemon
|
||||||
""",
|
""",
|
||||||
ext_package = "deluge",
|
ext_package = "deluge",
|
||||||
ext_modules = [libtorrent],
|
ext_modules = _ext_modules,
|
||||||
fullname = "Deluge Bittorent Client",
|
fullname = "Deluge Bittorent Client",
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
license = "GPLv3",
|
license = "GPLv3",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue