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():