mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Replace bundling of librsync with libxxhash
This commit is contained in:
@@ -29,7 +29,7 @@ kitty_constants = iv['kitty_constants']
|
|||||||
def binary_includes():
|
def binary_includes():
|
||||||
return tuple(map(get_dll_path, (
|
return tuple(map(get_dll_path, (
|
||||||
'expat', 'sqlite3', 'ffi', 'z', 'lzma', 'png16', 'lcms2', 'crypt',
|
'expat', 'sqlite3', 'ffi', 'z', 'lzma', 'png16', 'lcms2', 'crypt',
|
||||||
'iconv', 'pcre', 'graphite2', 'glib-2.0', 'freetype', 'rsync',
|
'iconv', 'pcre', 'graphite2', 'glib-2.0', 'freetype', 'xxhash',
|
||||||
'harfbuzz', 'xkbcommon', 'xkbcommon-x11',
|
'harfbuzz', 'xkbcommon', 'xkbcommon-x11',
|
||||||
# fontconfig is not bundled because in typical brain dead Linux
|
# fontconfig is not bundled because in typical brain dead Linux
|
||||||
# distro fashion, different distros use different default config
|
# distro fashion, different distros use different default config
|
||||||
|
|||||||
@@ -294,7 +294,7 @@ class Freeze(object):
|
|||||||
'lcms2.2',
|
'lcms2.2',
|
||||||
'crypto.1.1',
|
'crypto.1.1',
|
||||||
'ssl.1.1',
|
'ssl.1.1',
|
||||||
'rsync.2',
|
'xxhash.0',
|
||||||
):
|
):
|
||||||
print('\nAdding', x)
|
print('\nAdding', x)
|
||||||
x = f'lib{x}.dylib'
|
x = f'lib{x}.dylib'
|
||||||
|
|||||||
Reference in New Issue
Block a user