mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 11:45:44 +00:00
-mt fix
This commit is contained in:
parent
ea1f96c246
commit
c0beb51d37
4
setup.py
4
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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user