Fix building when system libtorrent is present
This commit is contained in:
parent
1d49ec4bfb
commit
810f332ae8
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…
x
Reference in New Issue
Block a user