From 44f8919d4425055247659f3f8439895f96709e49 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 30 May 2024 16:37:07 +0200 Subject: [PATCH] WIP Use test_reader branch for libzim --- kiwixbuild/dependencies/libzim.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kiwixbuild/dependencies/libzim.py b/kiwixbuild/dependencies/libzim.py index 804cd38..ea25d02 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 = "test_reader" class Builder(MesonBuilder): test_options = ["-t", "8"]