From 7c81ee68f1aaf6463ef08690d5e0eab42fc3c601 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 28 Jun 2007 14:44:58 +0000 Subject: [PATCH] fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index adff68ca0..174981c30 100644 --- a/setup.py +++ b/setup.py @@ -132,7 +132,7 @@ if not OS == "win": sysconfig.get_config_vars()["OPT"] = ' '.join(cv_opt.split()) else: boosttype = 'mt' - EXTRA_COMPILE_FLAGS = '/link /LIBPATH: C:\Program Files\boost\boost_1_34_0\lib /LIBPATH: c:\win32-build-deps\lib' + EXTRA_COMPILE_ARGS = '/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:\win32-build-deps\include']