From 40745694a014bf59fa90f92ba097015c550da38f Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Fri, 13 Jan 2023 14:33:14 +0000 Subject: [PATCH] Add fixme --- build_system/prepare.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/build_system/prepare.rs b/build_system/prepare.rs index 4c92987ba5b..21ef599cec9 100644 --- a/build_system/prepare.rs +++ b/build_system/prepare.rs @@ -31,6 +31,7 @@ fn prepare_sysroot(dirs: &Dirs) { eprintln!("[COPY] sysroot src"); + // FIXME ensure builds error out or update the copy if any of the files copied here change BUILD_SYSROOT.ensure_fresh(dirs); copy_dir_recursively(&ORIG_BUILD_SYSROOT.to_path(dirs), &BUILD_SYSROOT.to_path(dirs));