Explorar el Código

temporarily use the bundled zstd code for testing

Thomas Waldmann hace 5 años
padre
commit
46c5663008
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -20,7 +20,7 @@ import setup_b2
 prefer_system_liblz4 = True
 prefer_system_liblz4 = True
 
 
 # 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 = True
+prefer_system_libzstd = False
 
 
 # True: use the shared libb2 from the system, False: use the bundled blake2 code
 # True: use the shared libb2 from the system, False: use the bundled blake2 code
 prefer_system_libb2 = True
 prefer_system_libb2 = True