mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 07:28:39 +00:00
fix silly bug in the setup script. bad damoxc.
This commit is contained in:
parent
fd9bf112c4
commit
9fafa31afe
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue