mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
add rt/crypto to libraries - thresh
This commit is contained in:
parent
7e49e9acc4
commit
72f49e3557
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -148,7 +148,7 @@ if not OS == "win":
|
|||
boost_thread = "boost_thread-mt"
|
||||
|
||||
librariestype = [boost_filesystem, boost_date_time,
|
||||
boost_thread, 'z', 'pthread', 'ssl']
|
||||
boost_thread, 'z', 'pthread', 'ssl', 'rt', 'crypto']
|
||||
|
||||
removals = ['-g', '-Wstrict-prototypes']
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue