Add all files of zim-testing-suite to the generated base_deps archive.
This commit is contained in:
parent
52e5c1053c
commit
1845879825
|
@ -243,6 +243,7 @@ def make_deps_archive(target=None, name=None, full=False):
|
|||
files_to_archive += (HOME / "BUILD_native_static").glob("*/.*_ok")
|
||||
files_to_archive += HOME.glob("BUILD_android*/**/.*_ok")
|
||||
files_to_archive += SOURCE_DIR.glob("*/.*_ok")
|
||||
files_to_archive += SOURCE_DIR.glob("zim-testing-suite-*/*")
|
||||
if PLATFORM_TARGET.startswith("armhf"):
|
||||
files_to_archive += (SOURCE_DIR / "armhf").glob("*")
|
||||
toolchains_subdirs = HOME.glob("BUILD_*/TOOLCHAINS/*/*")
|
||||
|
|
Loading…
Reference in New Issue