fix silly bug in the setup script. bad damoxc.
This commit is contained in:
parent
fd9bf112c4
commit
9fafa31afe
2
setup.py
2
setup.py
|
@ -204,6 +204,8 @@ try:
|
||||||
from deluge._libtorrent import lt
|
from deluge._libtorrent import lt
|
||||||
except ImportError:
|
except ImportError:
|
||||||
build_libtorrent = True
|
build_libtorrent = True
|
||||||
|
else:
|
||||||
|
build_libtorrent = False
|
||||||
|
|
||||||
if build_libtorrent:
|
if build_libtorrent:
|
||||||
# There isn't a system libtorrent library, so let's build the one included with deluge
|
# There isn't a system libtorrent library, so let's build the one included with deluge
|
||||||
|
|
Loading…
Reference in New Issue