From ef234039f6a1423170a8da33c889683accebc376 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 1 Aug 2007 06:53:42 +0000 Subject: [PATCH] fix last commit's oops --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b76e128c8..3267fa50a 100644 --- a/setup.py +++ b/setup.py @@ -152,8 +152,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():