WIP Use test_reader branch for libzim

This commit is contained in:
Matthieu Gautier 2024-05-30 16:37:07 +02:00
parent 82500c545b
commit 44f8919d44
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 = "test_reader"
class Builder(MesonBuilder):
test_options = ["-t", "8"]