mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
zim-tools needs newly Mustache
This commit is contained in:
committed by
Matthieu Gautier
parent
cca9033c69
commit
f6074a7408
@ -14,7 +14,7 @@ class ZimTools(Dependency):
|
||||
class Builder(MesonBuilder):
|
||||
@classmethod
|
||||
def get_dependencies(cls, platformInfo, allDeps):
|
||||
base_deps = ['libzim', 'docoptcpp']
|
||||
base_deps = ['libzim', 'docoptcpp', 'mustache']
|
||||
if platformInfo.build != 'win32':
|
||||
base_deps += ['libmagic', 'gumbo']
|
||||
return base_deps
|
||||
|
Reference in New Issue
Block a user