We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fae6a commit 4074569Copy full SHA for 4074569
build_system/prepare.rs
@@ -31,6 +31,7 @@ fn prepare_sysroot(dirs: &Dirs) {
31
32
eprintln!("[COPY] sysroot src");
33
34
+ // FIXME ensure builds error out or update the copy if any of the files copied here change
35
BUILD_SYSROOT.ensure_fresh(dirs);
36
copy_dir_recursively(&ORIG_BUILD_SYSROOT.to_path(dirs), &BUILD_SYSROOT.to_path(dirs));
37
0 commit comments