This commit is contained in:
Marcos Pinto 2007-08-04 07:31:40 +00:00
parent ea1f96c246
commit c0beb51d37
1 changed files with 2 additions and 2 deletions

View File

@ -153,8 +153,8 @@ if boosttype == "nomt":
'boost_thread', 'z', 'pthread', 'ssl'] 'boost_thread', 'z', 'pthread', 'ssl']
print 'Libraries nomt' print 'Libraries nomt'
elif boosttype == "mt": elif boosttype == "mt":
librariestype = ['boost_filesystem', 'boost_date_time', librariestype = ['boost_filesystem-mt', 'boost_date_time-mt',
'boost_thread', 'z', 'pthread', 'ssl'] 'boost_thread-mt', 'z', 'pthread', 'ssl']
print 'Libraries mt' print 'Libraries mt'
def fetchCpp(): def fetchCpp():