1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-22 15:57:15 +00:00

blacken master branch

This commit is contained in:
Thomas Waldmann 2023-11-05 13:33:25 +01:00
parent 0da4fff38b
commit c7f0d779bf
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -194,7 +194,7 @@ def lib_ext_kwargs(pc, prefix_env_var, lib_name, lib_pkg_name, pc_version, lib_s
)
else:
linux_ext_kwargs = members_appended(
dict(sources=[platform_linux_source], libraries=["acl"], extra_compile_args=cflags),
dict(sources=[platform_linux_source], libraries=["acl"], extra_compile_args=cflags)
)
# note: _chunker.c and _hashindex.c are relatively complex/large pieces of handwritten C code,