Add a define to fix build error with libtorrent trunk

This commit is contained in:
Andrew Resch 2012-03-03 11:52:44 -08:00
commit f0051ee81f

View file

@ -69,6 +69,7 @@ _extra_compile_args = [
"-DNDEBUG", "-DNDEBUG",
"-DTORRENT_USE_OPENSSL=1", "-DTORRENT_USE_OPENSSL=1",
"-DBOOST_FILESYSTEM_VERSION=2", "-DBOOST_FILESYSTEM_VERSION=2",
"-DBOOST_ASIO_ENABLE_CANCELIO",
"-O2", "-O2",
] ]