Author: damoxc
Revision: 5786
Log:
fix silly bug in the setup script. bad damoxc.
Diff:
Modified: trunk/setup.py
===================================================================
--- trunk/setup.py 2009-09-28 16:53:52 UTC (rev 5785)
+++ trunk/setup.py 2009-09-29 09:20:25 UTC (rev 5786)
@@ -204,6 +204,8 @@
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---