mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-06 20:37:48 +03:00
Do not build memdebug.cpp
This commit is contained in:
parent
67c6758ecf
commit
ddaae2c28b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -167,7 +167,7 @@ _sources = glob.glob("./libtorrent/src/*.cpp") + \
|
|||
glob.glob("./libtorrent/bindings/python/src/*.cpp")
|
||||
|
||||
# Remove some files from the source that aren't needed
|
||||
_source_removals = ["mapped_storage.cpp"]
|
||||
_source_removals = ["mapped_storage.cpp", "memdebug.cpp"]
|
||||
|
||||
for source in _sources:
|
||||
for rem in _source_removals:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue