diff --git a/setup.py b/setup.py index e8d2a68e0..d6f69fb88 100644 --- a/setup.py +++ b/setup.py @@ -120,10 +120,9 @@ deluge_core = Extension('deluge_core', include_dirs = ['./libtorrent', './libtorrent/include', './libtorrent/include/libtorrent', '/usr/include/python' + python_version], - libraries = ['boost_filesystem', 'boost_date_time', - 'boost_program_options', 'boost_regex', - 'boost_serialization', 'boost_thread', - 'z', 'pthread'], + libraries = ['boost_filesystem-mt', 'boost_date_time-mt', + 'boost_regex-mt', 'boost_serialization-mt', + 'boost_thread-mt', 'z', 'pthread'], extra_compile_args = EXTRA_COMPILE_ARGS, sources = ['src/deluge_core.cpp', 'libtorrent/src/alert.cpp',