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