From 810f332ae8a7851e1fe5bc8181bb64aa3dccfff4 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Wed, 12 Nov 2008 12:05:52 +0000 Subject: [PATCH] Fix building when system libtorrent is present --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 067f14342..333e35f3a 100644 --- a/setup.py +++ b/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",