mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
fix typo in compile_all.py
This commit is contained in:
@ -106,7 +106,7 @@ for target in TARGETS:
|
||||
run_kiwix_build(target,
|
||||
platform=PLATFORM,
|
||||
build_deps_only=True)
|
||||
(BASE_DIR/'.install_package_ok').unlink()
|
||||
(BASE_DIR/'.install_packages_ok').unlink()
|
||||
|
||||
archive_name = "deps_{}_{}.tar.gz".format(PLATFORM, target)
|
||||
files_to_archive = [BASE_DIR/'INSTALL']
|
||||
|
Reference in New Issue
Block a user