From 9fafa31afed517c2c029b4b65aaec7e35fec756c Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Tue, 29 Sep 2009 09:20:25 +0000 Subject: [PATCH] fix silly bug in the setup script. bad damoxc. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 81cab164e..d94e62dc1 100644 --- a/setup.py +++ b/setup.py @@ -204,6 +204,8 @@ try: from deluge._libtorrent import lt except ImportError: build_libtorrent = True +else: + build_libtorrent = False if build_libtorrent: # There isn't a system libtorrent library, so let's build the one included with deluge