fix silly bug in the setup script. bad damoxc.

This commit is contained in:
Damien Churchill 2009-09-29 09:20:25 +00:00
parent fd9bf112c4
commit 9fafa31afe
1 changed files with 2 additions and 0 deletions

View File

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