Browse Source

lz4 / zstd: revert back to using system libs

Thomas Waldmann 5 years ago
parent
commit
57d5551d89
1 changed files with 2 additions and 2 deletions
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -17,10 +17,10 @@ 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 = False
+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 = False
+prefer_system_libzstd = True
 
 
 # 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