fix last commit's oops

This commit is contained in:
Marcos Pinto 2007-08-01 06:53:42 +00:00
parent 692b0b507d
commit ef234039f6

View File

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