diff --git a/bypy/linux/__main__.py b/bypy/linux/__main__.py index 3dca0c048..704163bba 100644 --- a/bypy/linux/__main__.py +++ b/bypy/linux/__main__.py @@ -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 diff --git a/bypy/macos/__main__.py b/bypy/macos/__main__.py index 0fc7f1e42..99766070d 100644 --- a/bypy/macos/__main__.py +++ b/bypy/macos/__main__.py @@ -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'