mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-24 07:41:05 -04:00
temporarily prefer bundled zstd to test it
(cherry picked from commit 6a6ad89f5b)
This commit is contained in:
parent
3d3154fd49
commit
d2884d3317
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -33,7 +33,7 @@ import setup_b2
|
|||
prefer_system_liblz4 = True
|
||||
|
||||
# True: use the shared libzstd (>= 1.3.0) from the system, False: use the bundled zstd code
|
||||
prefer_system_libzstd = True
|
||||
prefer_system_libzstd = False
|
||||
|
||||
# True: use the shared libb2 from the system, False: use the bundled blake2 code
|
||||
prefer_system_libb2 = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue