mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue