[WIP] Temporally use the macos branch for kiwix-lib.

This commit is contained in:
Matthieu Gautier 2017-06-06 14:21:08 +02:00
parent 4a980a3192
commit aa1b97f252
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ class Kiwixlib(Dependency):
class Source(GitClone):
git_remote = "https://github.com/kiwix/kiwix-lib.git"
git_dir = "kiwix-lib"
git_ref = "macos"
class Builder(MesonBuilder):
@property