[TOREVERT] Use fix_manylinux_compile_release br for libzim

This commit is contained in:
Matthieu Gautier 2024-06-24 11:46:38 +02:00
parent e17dd1f1d6
commit c4043f7534
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 = "fix_manylinux_compile_release"
class Builder(MesonBuilder):
test_options = ["-t", "8"]