Use `trace_mmap_macos` branch for libzim.

This commit is contained in:
Matthieu Gautier 2024-03-18 14:28:48 +01:00
parent 6501464f76
commit 2359d0997f
1 changed files with 1 additions and 0 deletions

View File

@ -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"]