mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
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:
committed by
Matthieu Gautier
parent
ce329b6a79
commit
3e2df9a8e8
@ -12,7 +12,7 @@ class ZimTools(Dependency):
|
||||
git_dir = "zim-tools"
|
||||
|
||||
class Builder(MesonBuilder):
|
||||
dependencies = ['libzim']
|
||||
dependencies = ['libzim', 'docoptcpp']
|
||||
|
||||
@property
|
||||
def configure_option(self):
|
||||
|
Reference in New Issue
Block a user