summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2008-12-01 16:28:12 +0000
committerAndrew Resch <andrewresch@gmail.com>2008-12-01 16:28:12 +0000
commitf59e4ced7aebf8b4f07973366449d1f68caa47ea (patch)
tree3acd489d237c1c37317e909e8ca6d1571a283329
parente80fe4584a9263f3987765e2c96e5e16356b3c03 (diff)
downloaddeluge-1.0.6.tar.gz
deluge-1.0.6.tar.bz2
deluge-1.0.6.zip
Fix issue in setup.py where it would try to compile mapped_storage.cpp deluge-1.0.6
or memdebug.cpp
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 05ee96439..d6bd1ee43 100644
--- a/setup.py
+++ b/setup.py
@@ -173,7 +173,6 @@ for source in _sources:
for rem in _source_removals:
if rem in source:
_sources.remove(source)
- break
_ext_modules = []