From 2dcc3368b06677f287a9c5fb90d2f2242ff8e2ed Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Mon, 1 Dec 2008 01:43:19 +0000 Subject: [PATCH] Do not build memdebug.cpp --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03f923876..05ee96439 100644 --- a/setup.py +++ b/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: