Fix libtorrent not compiling with boost libs 1.46

This commit is contained in:
John Garland 2011-03-23 23:41:44 +11:00
parent 00ad550a52
commit bc9abc8bc9
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ _extra_compile_args = [
"-D_FILE_OFFSET_BITS=64",
"-DNDEBUG",
"-DTORRENT_USE_OPENSSL=1",
"-DBOOST_FILESYSTEM_VERSION=2",
"-O2",
]