mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
didnt mean to update setup.py...reverting that part.
This commit is contained in:
parent
8a3c47eea2
commit
b5ac3b880b
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue