mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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",
|
||||
"-DNDEBUG",
|
||||
"-DTORRENT_USE_OPENSSL=1",
|
||||
"-DBOOST_FILESYSTEM_VERSION=2",
|
||||
"-O2",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue