mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Correctly package wasm archives.
With commit 6181d7bb
, we have changed where archives are written.
We must addapt our packaging script.
Fix #556
This commit is contained in:
2
.github/scripts/common.py
vendored
2
.github/scripts/common.py
vendored
@ -94,7 +94,7 @@ EXPORT_FILES = {
|
||||
INSTALL_DIR,
|
||||
(
|
||||
# We need to package all dependencies (`*.a`) on wasm
|
||||
"lib/*/libzim.a" if PLATFORM_TARGET != "wasm" else "lib/*/*.a",
|
||||
"lib/*/libzim.a" if PLATFORM_TARGET != "wasm" else "lib/*.a",
|
||||
"lib/*/libzim.so",
|
||||
"lib/*/libzim.so.{version}".format(
|
||||
version=main_project_versions["libzim"]
|
||||
|
Reference in New Issue
Block a user