.
This commit is contained in:
parent
bad3ea64d2
commit
ee9e5a09ea
4
setup.py
4
setup.py
@ -144,8 +144,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…
x
Reference in New Issue
Block a user