dependency: Fix bzip2 support

* always enable it
* Fix CMake support
* fix windows support
This commit is contained in:
Corentin Le Molgat
2025-04-30 15:12:23 +02:00
parent 3067056625
commit 8480ff4f3f
19 changed files with 348 additions and 112 deletions

View File

@@ -146,6 +146,7 @@ public class Loader {
// libraries order does matter <LibraryName, isMandatory> !
List<Map.Entry<String, Boolean>> dlls =
Arrays.asList((new AbstractMap.SimpleEntry("zlib1", true)),
(new AbstractMap.SimpleEntry("bz2", true)),
(new AbstractMap.SimpleEntry("abseil_dll", true)),
(new AbstractMap.SimpleEntry("re2", true)),
(new AbstractMap.SimpleEntry("libutf8_validity", true)),