mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +00:00
Add a define to fix build error with libtorrent trunk
This commit is contained in:
parent
31222a5ab6
commit
f0051ee81f
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -69,6 +69,7 @@ _extra_compile_args = [
|
||||||
"-DNDEBUG",
|
"-DNDEBUG",
|
||||||
"-DTORRENT_USE_OPENSSL=1",
|
"-DTORRENT_USE_OPENSSL=1",
|
||||||
"-DBOOST_FILESYSTEM_VERSION=2",
|
"-DBOOST_FILESYSTEM_VERSION=2",
|
||||||
|
"-DBOOST_ASIO_ENABLE_CANCELIO",
|
||||||
"-O2",
|
"-O2",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue