Explorar o código

temporarily prefer bundled zstd to test it

(cherry picked from commit 6a6ad89f5b9125d58c0b0f39ff4fd20d39d7ed92)
Thomas Waldmann %!s(int64=7) %!d(string=hai) anos
pai
achega
d2884d3317
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -33,7 +33,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