From e5a6e352e53ece9b3c7a855577cea4a161c5a355 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 16 Jul 2024 15:35:47 +0200 Subject: [PATCH] WIP Use fix_locate branch of libzim --- kiwixbuild/dependencies/libzim.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kiwixbuild/dependencies/libzim.py b/kiwixbuild/dependencies/libzim.py index 4928c94..204cd9e 100644 --- a/kiwixbuild/dependencies/libzim.py +++ b/kiwixbuild/dependencies/libzim.py @@ -9,6 +9,7 @@ class Libzim(Dependency): class Source(GitClone): git_remote = "https://github.com/openzim/libzim.git" git_dir = "libzim" + git_ref = "fix_locate" class Builder(MesonBuilder): test_options = ["-t", "8"]