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:
parent
0da4fff38b
commit
c7f0d779bf
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue