mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Add compile arg needed by libtorrent 0.16.x
This commit is contained in:
parent
532b409a54
commit
5e1caf3746
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -70,6 +70,7 @@ _extra_compile_args = [
|
|||
"-DTORRENT_USE_OPENSSL=1",
|
||||
"-DBOOST_FILESYSTEM_VERSION=2",
|
||||
"-DBOOST_ASIO_ENABLE_CANCELIO",
|
||||
"-DBOOST_ASIO_SEPARATE_COMPILATION",
|
||||
"-O2",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue