Fix lib names for OpenSSL 1.1
This commit is contained in:
parent
efa02e3f94
commit
70afb2dd4d
@ -35,7 +35,7 @@ def binary_includes():
|
|||||||
'harfbuzz', 'xkbcommon', 'xkbcommon-x11',
|
'harfbuzz', 'xkbcommon', 'xkbcommon-x11',
|
||||||
'ncursesw', 'readline',
|
'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),
|
get_dll_path('python' + py_ver, 2),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -263,8 +263,8 @@ class Freeze(object):
|
|||||||
'harfbuzz.0',
|
'harfbuzz.0',
|
||||||
'png16.16',
|
'png16.16',
|
||||||
'lcms2.2',
|
'lcms2.2',
|
||||||
'crypto.1.0.0',
|
'crypto.1.1',
|
||||||
'ssl.1.0.0',
|
'ssl.1.1',
|
||||||
):
|
):
|
||||||
print('\nAdding', x)
|
print('\nAdding', x)
|
||||||
x = 'lib%s.dylib' % x
|
x = 'lib%s.dylib' % x
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user