Fix lib names for OpenSSL 1.1

This commit is contained in:
Kovid Goyal
2020-08-19 12:33:54 +05:30
parent efa02e3f94
commit 70afb2dd4d
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ def binary_includes():
'harfbuzz', 'xkbcommon', 'xkbcommon-x11',
'ncursesw', 'readline',
))) + (
get_dll_path('bz2', 2), get_dll_path('ssl', 3), get_dll_path('crypto', 3),
get_dll_path('bz2', 2), get_dll_path('ssl', 2), get_dll_path('crypto', 2),
get_dll_path('python' + py_ver, 2),
)