mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +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
4427e612af
commit
42c6af12e0
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:
|
for rem in _source_removals:
|
||||||
if rem in source:
|
if rem in source:
|
||||||
_sources.remove(source)
|
_sources.remove(source)
|
||||||
break
|
|
||||||
|
|
||||||
_ext_modules = []
|
_ext_modules = []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue