set boost path for windows

This commit is contained in:
Marcos Pinto 2007-06-28 13:22:51 +00:00
parent 6f03bef238
commit 7b92e05326
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ if not OS == "win":
sysconfig.get_config_vars()["OPT"] = ' '.join(cv_opt.split()) sysconfig.get_config_vars()["OPT"] = ' '.join(cv_opt.split())
else: else:
boosttype = 'mt' 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 # NOTE: The Rasterbar Libtorrent source code is in the libtorrent/ directory
# inside of Deluge's source tarball. On several occasions, it has been # inside of Deluge's source tarball. On several occasions, it has been