From 3edeea1e25cf298b2c382d092d743b7fb2713fab Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 28 Jun 2007 14:42:49 +0000 Subject: [PATCH] win deps again --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79a5e9ce2..adff68ca0 100644 --- a/setup.py +++ b/setup.py @@ -135,7 +135,7 @@ else: EXTRA_COMPILE_FLAGS = '/link /LIBPATH: C:\Program Files\boost\boost_1_34_0\lib /LIBPATH: c:\win32-build-deps\lib' includedirs = ['./libtorrent', './libtorrent/include', './libtorrent/include/libtorrent', - 'c:\Python25\include'] + 'c:\Python25\include', 'c:\win32-build-deps\include'] # NOTE: The Rasterbar Libtorrent source code is in the libtorrent/ directory # inside of Deluge's source tarball. On several occasions, it has been