From 7b92e0532695097b9a4ef02a7fcd51d68c32e6e3 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 28 Jun 2007 13:22:51 +0000 Subject: [PATCH] set boost path for windows --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e3d1cc01..82c52de44 100644 --- a/setup.py +++ b/setup.py @@ -129,7 +129,7 @@ if not OS == "win": sysconfig.get_config_vars()["OPT"] = ' '.join(cv_opt.split()) else: boosttype = 'mt' - EXTRA_COMPILE_FLAGS = '' + EXTRA_COMPILE_FLAGS = '/link /LIBPATH: C:\Program Files\boost\boost_1_34_0\lib' # NOTE: The Rasterbar Libtorrent source code is in the libtorrent/ directory # inside of Deluge's source tarball. On several occasions, it has been