temporarily use the bundled lz4 code for testing

This commit is contained in:
Thomas Waldmann 2020-03-07 19:26:20 +01:00
parent 7068e5ebbf
commit a82d5a3541

View file

@ -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