Replace bundling of librsync with libxxhash
This commit is contained in:
parent
98294b8cab
commit
05f776d4d7
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
|||
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
|
||||
|
|
|
|||
|
|
@ -294,7 +294,7 @@ def add_misc_libraries(self):
|
|||
'lcms2.2',
|
||||
'crypto.1.1',
|
||||
'ssl.1.1',
|
||||
'rsync.2',
|
||||
'xxhash.0',
|
||||
):
|
||||
print('\nAdding', x)
|
||||
x = f'lib{x}.dylib'
|
||||
|
|
|
|||
Loading…
Reference in a new issue