From 60a5d6e59ea99bf0ba88f006fe82f1e1c7ee6123 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 2 Jun 2018 01:15:10 +0200 Subject: [PATCH] temporarily prefer bundled lz4 to test it (cherry picked from commit bf6fa046508e1eea9c3388928ad1809bbcbf69f5) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 19782d055..51619a39d 100644 --- a/setup.py +++ b/setup.py @@ -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