use multithreaded ssl on windows
This commit is contained in:
parent
296c7fea82
commit
7564248431
4
setup.py
4
setup.py
|
@ -148,8 +148,8 @@ if windows_check():
|
||||||
'boost_system-vc71-mt-1_35',
|
'boost_system-vc71-mt-1_35',
|
||||||
'boost_thread-vc71-mt-1_35',
|
'boost_thread-vc71-mt-1_35',
|
||||||
'gdi32',
|
'gdi32',
|
||||||
'libeay32',
|
'libeay32MT',
|
||||||
'ssleay32',
|
'ssleay32MT',
|
||||||
'ws2_32',
|
'ws2_32',
|
||||||
'wsock32',
|
'wsock32',
|
||||||
'zlib'
|
'zlib'
|
||||||
|
|
Loading…
Reference in New Issue