From a82d5a354178b8707b4357be79bb8c6962027c5e Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 7 Mar 2020 19:26:20 +0100 Subject: [PATCH] temporarily use the bundled lz4 code for testing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd6369504..f7395725f 100644 --- a/setup.py +++ b/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 = True