Do not build memdebug.cpp
This commit is contained in:
parent
ad252697bc
commit
2dcc3368b0
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…
x
Reference in New Issue
Block a user