Fix building when system libtorrent is present

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

View file

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