mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-20 00:10:35 -05:00
temporarily prefer bundled lz4 to test it
This commit is contained in:
parent
7af90d015e
commit
bf6fa04650
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -17,7 +17,7 @@ import setup_zstd
|
|||
import setup_b2
|
||||
|
||||
# True: use the shared liblz4 (>= 1.7.0 / r129) from the system, False: use the bundled lz4 code
|
||||
prefer_system_liblz4 = True
|
||||
prefer_system_liblz4 = False
|
||||
|
||||
# True: use the shared libzstd (>= 1.3.0) from the system, False: use the bundled zstd code
|
||||
prefer_system_libzstd = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue