mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
Fix lib names for OpenSSL 1.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user