mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-12 19:28:42 +00:00
Fix libtorrent not compiling with boost libs 1.46
This commit is contained in:
parent
00ad550a52
commit
bc9abc8bc9
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -67,6 +67,7 @@ _extra_compile_args = [
|
||||||
"-D_FILE_OFFSET_BITS=64",
|
"-D_FILE_OFFSET_BITS=64",
|
||||||
"-DNDEBUG",
|
"-DNDEBUG",
|
||||||
"-DTORRENT_USE_OPENSSL=1",
|
"-DTORRENT_USE_OPENSSL=1",
|
||||||
|
"-DBOOST_FILESYSTEM_VERSION=2",
|
||||||
"-O2",
|
"-O2",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue