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

@ -42,12 +42,13 @@ release_versions = {
# This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions.
base_deps_meta_version = '66'
base_deps_meta_version = '67'
base_deps_versions = {
'zlib' : '1.2.8',
'lzma' : '5.2.4',
'zstd' : '1.4.4',
'docoptcpp' : '0.6.2',
'uuid' : '1.43.4',
'xapian-core' : '1.4.14',
'mustache' : '4.1',