diff options
author | Andrew Resch <andrewresch@gmail.com> | 2008-12-01 17:28:12 +0100 |
---|---|---|
committer | Andrew Resch <andrewresch@gmail.com> | 2008-12-01 17:28:12 +0100 |
commit | 42c6af12e0aa4e043624c2eeec332812a511f6be (patch) | |
tree | dff472f2b9a3886d3ff9bb2a2f86a8832350bcf9 | |
parent | update changelog (diff) | |
download | deluge-42c6af12e0aa4e043624c2eeec332812a511f6be.tar.xz deluge-42c6af12e0aa4e043624c2eeec332812a511f6be.zip |
Fix issue in setup.py where it would try to compile mapped_storage.cpp
or memdebug.cpp
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -173,7 +173,6 @@ for source in _sources: for rem in _source_removals: if rem in source: _sources.remove(source) - break _ext_modules = [] |