mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
remove rt from win32
This commit is contained in:
parent
dcefa152c0
commit
7d781568ea
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -182,7 +182,7 @@ else:
|
||||||
EXTRA_LINK_ARGS = ['-L.\win32\lib']
|
EXTRA_LINK_ARGS = ['-L.\win32\lib']
|
||||||
includedirs = ['./libtorrent', './libtorrent/include', './libtorrent/include/libtorrent', './win32/include']
|
includedirs = ['./libtorrent', './libtorrent/include', './libtorrent/include/libtorrent', './win32/include']
|
||||||
librariestype = ['boost_filesystem', 'boost_date_time',
|
librariestype = ['boost_filesystem', 'boost_date_time',
|
||||||
'boost_thread', 'rt', 'z', 'ssl' ,'wsock32' ,'crypto' ,'gdi32' ,'ws2_32']
|
'boost_thread', 'z', 'ssl' ,'wsock32' ,'crypto' ,'gdi32' ,'ws2_32']
|
||||||
|
|
||||||
# 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.
|
# inside of Deluge's source tarball.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue