Fix building when system libtorrent is present

This commit is contained in:
Andrew Resch 2008-11-12 12:05:52 +00:00
parent 1d49ec4bfb
commit 810f332ae8

View file

@ -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",