mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
setup fix
This commit is contained in:
parent
8df0c184db
commit
388dc1bf7f
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -127,8 +127,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'
|
||||||
|
|
||||||
deluge_core = Extension('deluge_core',
|
deluge_core = Extension('deluge_core',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue