Explorar o código

temporarily prefer bundled lz4 to test it

Thomas Waldmann %!s(int64=7) %!d(string=hai) anos
pai
achega
bf6fa04650
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -17,7 +17,7 @@ import setup_zstd
 import setup_b2
 import setup_b2
 
 
 # True: use the shared liblz4 (>= 1.7.0 / r129) from the system, False: use the bundled lz4 code
 # 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
 # True: use the shared libzstd (>= 1.3.0) from the system, False: use the bundled zstd code
 prefer_system_libzstd = False
 prefer_system_libzstd = False