dependency: Fix bzip2 support
* always enable it * Fix CMake support * fix windows support
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user