mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 02:48:39 +00:00
win deps again
This commit is contained in:
parent
b35b08d9f7
commit
3edeea1e25
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -135,7 +135,7 @@ else:
|
||||||
EXTRA_COMPILE_FLAGS = '/link /LIBPATH: C:\Program Files\boost\boost_1_34_0\lib /LIBPATH: c:\win32-build-deps\lib'
|
EXTRA_COMPILE_FLAGS = '/link /LIBPATH: C:\Program Files\boost\boost_1_34_0\lib /LIBPATH: c:\win32-build-deps\lib'
|
||||||
includedirs = ['./libtorrent', './libtorrent/include',
|
includedirs = ['./libtorrent', './libtorrent/include',
|
||||||
'./libtorrent/include/libtorrent',
|
'./libtorrent/include/libtorrent',
|
||||||
'c:\Python25\include']
|
'c:\Python25\include', 'c:\win32-build-deps\include']
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue