From f0051ee81f6c4628bfa59e1bd4a38167f7f54c36 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sat, 3 Mar 2012 11:52:44 -0800 Subject: [PATCH] Add a define to fix build error with libtorrent trunk --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e6913efe8..cb21a809b 100755 --- a/setup.py +++ b/setup.py @@ -69,6 +69,7 @@ _extra_compile_args = [ "-DNDEBUG", "-DTORRENT_USE_OPENSSL=1", "-DBOOST_FILESYSTEM_VERSION=2", + "-DBOOST_ASIO_ENABLE_CANCELIO", "-O2", ]