mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-05 08:03:40 +00:00
fix last commit's oops
This commit is contained in:
parent
692b0b507d
commit
ef234039f6
4
setup.py
4
setup.py
@ -152,8 +152,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():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user