Launch kiwix-build verbose

This commit is contained in:
Matthieu Gautier 2024-04-22 16:30:02 +02:00
parent 04c17e7159
commit 4718001a52
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ def run_kiwix_build(
command.append("--fast-clone")
command.append("--assume-packages-installed")
command.append("--use-target-arch-name")
command.append("--verbose")
command.extend(["--config", config])
if build_deps_only:
command.append("--build-deps-only")