fixup! Move toolchains in TOOLCHAINS

This commit is contained in:
Matthieu Gautier 2023-10-20 15:20:23 +02:00
parent 11bdf7fc52
commit 2f5a368e6c
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ def make_deps_archive(target=None, name=None, full=False):
files_to_archive.append(base_dir / "meson_cross_file.txt")
# Copy any toolchain
files_to_archive += [TOOLCHAIN_DIR]
files_to_archive += HOME.glob("BUILD_neutral/TOOLCHAINS/*")
if (BASE_DIR / "meson_cross_file.txt").exists():
files_to_archive.append(BASE_DIR / "meson_cross_file.txt")