mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-06 20:37:48 +03:00
Define '_FILE_OFFSET_BITS=64'
This commit is contained in:
parent
770e0a0db6
commit
809007d77c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -83,6 +83,7 @@ _extra_compile_args = [
|
|||
"-DTORRENT_USE_OPENSSL=1",
|
||||
"-DHAVE_SSL=1",
|
||||
"-O2",
|
||||
"-D_FILE_OFFSET_BITS=64",
|
||||
"-DNDEBUG"
|
||||
]
|
||||
|
||||
|
@ -96,7 +97,6 @@ if windows_check():
|
|||
"-DWIN32",
|
||||
"-DUNICODE",
|
||||
"-DBOOST_ALL_NO_LIB",
|
||||
"-D_FILE_OFFSET_BITS=64",
|
||||
"-DBOOST_THREAD_USE_LIB",
|
||||
"-DTORRENT_BUILDING_SHARED",
|
||||
"-DTORRENT_LINKING_SHARED",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue