Use ci_fix branch of libkiwix
This commit is contained in:
parent
e53edc8d42
commit
bf48fde89f
|
@ -12,6 +12,7 @@ class Libkiwix(Dependency):
|
||||||
class Source(GitClone):
|
class Source(GitClone):
|
||||||
git_remote = "https://github.com/kiwix/libkiwix.git"
|
git_remote = "https://github.com/kiwix/libkiwix.git"
|
||||||
git_dir = "libkiwix"
|
git_dir = "libkiwix"
|
||||||
|
git_ref = "ci_fix"
|
||||||
|
|
||||||
class Builder(MesonBuilder):
|
class Builder(MesonBuilder):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
Loading…
Reference in New Issue