From c681ad52991459d2a35459845063fe1c25cb6e04 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 28 Jun 2007 12:59:40 +0000 Subject: [PATCH] windows is retarded. needs this '_' to compile --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b6aefca3..7acac94df 100644 --- a/setup.py +++ b/setup.py @@ -148,7 +148,7 @@ elif boosttype == "mt": 'boost_thread-mt', 'z', 'pthread', 'ssl'] print 'Libraries mt' -deluge_core = Extension('deluge_core', +deluge_core = Extension('_deluge_core', include_dirs = ['./libtorrent', './libtorrent/include', './libtorrent/include/libtorrent', '/usr/include/python' + python_version],