]> git.lizzy.rs Git - rust.git/commitdiff
Add fixme
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>
Fri, 13 Jan 2023 14:33:14 +0000 (14:33 +0000)
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>
Fri, 13 Jan 2023 14:33:14 +0000 (14:33 +0000)
build_system/prepare.rs

index 4c92987ba5bf1431e02635cf2d391d72004b740d..21ef599cec9d23ade930c279d2b6ee134f9c54a4 100644 (file)
@@ -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));