mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 20:44:50 +00:00
setup fix
This commit is contained in:
parent
8df0c184db
commit
388dc1bf7f
4
setup.py
4
setup.py
@ -127,8 +127,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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user