Skip to content

Commit 4074569

Browse files
committed
Add fixme
1 parent 63fae6a commit 4074569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_system/prepare.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ fn prepare_sysroot(dirs: &Dirs) {
3131

3232
eprintln!("[COPY] sysroot src");
3333

34+
// FIXME ensure builds error out or update the copy if any of the files copied here change
3435
BUILD_SYSROOT.ensure_fresh(dirs);
3536
copy_dir_recursively(&ORIG_BUILD_SYSROOT.to_path(dirs), &BUILD_SYSROOT.to_path(dirs));
3637

0 commit comments

Comments
 (0)