Added docopt cpp dependency to zimtools. It will be needed to the new version of zimdump

Do not build docopt on android and iOS.
This commit is contained in:
MiguelRocha
2020-04-21 18:35:11 +01:00
committed by Matthieu Gautier
parent ce329b6a79
commit 3e2df9a8e8
5 changed files with 28 additions and 2 deletions

View File

@ -12,7 +12,7 @@ class ZimTools(Dependency):
git_dir = "zim-tools"
class Builder(MesonBuilder):
dependencies = ['libzim']
dependencies = ['libzim', 'docoptcpp']
@property
def configure_option(self):