mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
change for building on windows
This commit is contained in:
parent
4bc18ed940
commit
7ad2b9ec6a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -149,7 +149,7 @@ else:
|
|||
'-DNDEBUG=1']
|
||||
|
||||
EXTRA_LINK_ARGS = ['-L.\win32\lib']
|
||||
includedirs = ['./libtorrent', './libtorrent/include', './libtorrent/include/libtorrent', './win32/boost', './win32/zlib', './win32/openssl/include']
|
||||
includedirs = ['./libtorrent', './libtorrent/include', './libtorrent/include/libtorrent', './win32/include']
|
||||
|
||||
# NOTE: The Rasterbar Libtorrent source code is in the libtorrent/ directory
|
||||
# inside of Deluge's source tarball. On several occasions, it has been
|
||||
|
|
Loading…
Add table
Reference in a new issue