From c0beb51d378b021528fb551efb90f8aa70c2dbf1 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sat, 4 Aug 2007 07:31:40 +0000 Subject: [PATCH] -mt fix --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 42cc3ea26..6eae13269 100644 --- a/setup.py +++ b/setup.py @@ -153,8 +153,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' def fetchCpp():