Replace bundling of librsync with libxxhash

This commit is contained in:
Kovid Goyal
2023-07-16 05:46:44 +05:30
parent 98294b8cab
commit 05f776d4d7
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ kitty_constants = iv['kitty_constants']
def binary_includes():
return tuple(map(get_dll_path, (
'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',
# fontconfig is not bundled because in typical brain dead Linux
# distro fashion, different distros use different default config

View File

@@ -294,7 +294,7 @@ class Freeze(object):
'lcms2.2',
'crypto.1.1',
'ssl.1.1',
'rsync.2',
'xxhash.0',
):
print('\nAdding', x)
x = f'lib{x}.dylib'