mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -04:00
Correctly add toolchains in deps archives.
This commit is contained in:
parent
1748f48197
commit
7cdffbe22f
2
.github/scripts/common.py
vendored
2
.github/scripts/common.py
vendored
@ -303,7 +303,7 @@ def make_deps_archive(target=None, name=None, full=False):
|
||||
files_to_archive += HOME.glob("BUILD_*/android-ndk*")
|
||||
files_to_archive += HOME.glob("BUILD_*/emsdk*")
|
||||
if PLATFORM_TARGET.startswith("aarch64"):
|
||||
files_to_archive += (SOURCE_DIR / "aarch64").glob("*")
|
||||
files_to_archive += SOURCE_DIR.glob("aarch64*/*")
|
||||
if PLATFORM_TARGET.startswith("armv"):
|
||||
files_to_archive += SOURCE_DIR.glob("armv*/*")
|
||||
if (BASE_DIR / "meson_cross_file.txt").exists():
|
||||
|
Loading…
x
Reference in New Issue
Block a user