From ee9e5a09eacde714544ae80da70c714d710c2eb9 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 22 Jun 2007 03:21:44 +0000 Subject: [PATCH] . --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 49363f9fb..70fb35bd0 100644 --- a/setup.py +++ b/setup.py @@ -144,8 +144,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',