WIP Use fix_locate branch of libzim
This commit is contained in:
parent
6463307ac7
commit
e5a6e352e5
|
@ -9,6 +9,7 @@ class Libzim(Dependency):
|
|||
class Source(GitClone):
|
||||
git_remote = "https://github.com/openzim/libzim.git"
|
||||
git_dir = "libzim"
|
||||
git_ref = "fix_locate"
|
||||
|
||||
class Builder(MesonBuilder):
|
||||
test_options = ["-t", "8"]
|
||||
|
|
Loading…
Reference in New Issue