From 388dc1bf7f7ac9e709434c5888b2a2d544b392c5 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sun, 3 Jun 2007 16:37:15 +0000 Subject: [PATCH] setup fix --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e3127eb70..19d3e8036 100644 --- a/setup.py +++ b/setup.py @@ -127,8 +127,8 @@ if boosttype == "nomt": 'boost_thread', 'z', 'pthread', 'ssl'] print 'Libraries nomt' elif boosttype == "mt": - librariestype = ['boost_filesystem', 'boost_date_time', - 'boost_thread', 'z', 'pthread', 'ssl'] + librariestype = ['boost_filesystem-mt', 'boost_date_time-mt', + 'boost_thread-mt', 'z', 'pthread', 'ssl'] print 'Libraries mt' deluge_core = Extension('deluge_core',