mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
Fix typo.
This commit is contained in:
parent
ea49afb9c3
commit
cc38bbdfbf
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -137,7 +137,7 @@ if windows_check():
|
||||||
_libraries = [
|
_libraries = [
|
||||||
'boost_filesystem-vc71-mt-1_34_1',
|
'boost_filesystem-vc71-mt-1_34_1',
|
||||||
'boost_date_time-vc71-mt-1_34_1',
|
'boost_date_time-vc71-mt-1_34_1',
|
||||||
'boost_thread-vc71-mt-1_34_1
|
'boost_thread-vc71-mt-1_34_1',
|
||||||
'zlib',
|
'zlib',
|
||||||
'ssleay32MT',
|
'ssleay32MT',
|
||||||
'libeay32MT',
|
'libeay32MT',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue