mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 11:56:21 -04: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:
parent
7b776893fd
commit
424d426a0e
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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user