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

@@ -263,8 +263,8 @@ class Freeze(object):
'harfbuzz.0',
'png16.16',
'lcms2.2',
'crypto.1.0.0',
'ssl.1.0.0',
'crypto.1.1',
'ssl.1.1',
):
print('\nAdding', x)
x = 'lib%s.dylib' % x