This commit is contained in:
Marcos Pinto 2007-06-22 03:21:44 +00:00
parent bad3ea64d2
commit ee9e5a09ea

View File

@ -144,8 +144,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'
deluge_core = Extension('deluge_core',