win remove quote
This commit is contained in:
parent
72d6a0ebd5
commit
f3d83f687d
2
setup.py
2
setup.py
|
@ -132,7 +132,7 @@ if not OS == "win":
|
|||
sysconfig.get_config_vars()["OPT"] = ' '.join(cv_opt.split())
|
||||
else:
|
||||
boosttype = 'mt'
|
||||
EXTRA_COMPILE_ARGS = ['/link /LIBPATH: "C:\Program Files\boost\boost_1_34_0\lib"']
|
||||
EXTRA_COMPILE_ARGS = ['/link /LIBPATH: C:\Program Files\boost\boost_1_34_0\lib']
|
||||
includedirs = ['./libtorrent', './libtorrent/include',
|
||||
'./libtorrent/include/libtorrent',
|
||||
'c:\Python25\include', 'c:\win32-build-deps\include']
|
||||
|
|
Loading…
Reference in New Issue