mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Fix issue in setup.py where it would try to compile mapped_storage.cpp
or memdebug.cpp
This commit is contained in:
parent
245533b8e0
commit
57d3517ef2
1 changed files with 0 additions and 1 deletions
1
setup.py
1
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 = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue