Define '_FILE_OFFSET_BITS=64'

This commit is contained in:
Andrew Resch 2008-04-16 03:52:08 +00:00
parent 770e0a0db6
commit 809007d77c
1 changed files with 1 additions and 1 deletions

View File

@ -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",