temporarily prefer bundled lz4 to test it

(cherry picked from commit bf6fa04650)
This commit is contained in:
Thomas Waldmann 2018-06-02 01:15:10 +02:00 committed by Saurav Sachidanand
parent 7ed60b7efa
commit 60a5d6e59e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,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