From 2359d0997f44853fd24067322e10cd5ca0a41d83 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 18 Mar 2024 14:28:48 +0100 Subject: [PATCH] Use `trace_mmap_macos` 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..a57e69e 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 = "trace_mmap_macos" class Builder(MesonBuilder): test_options = ["-t", "8"]