mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
win remove quote
This commit is contained in:
parent
72d6a0ebd5
commit
f3d83f687d
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue