Add fixme
This commit is contained in:
parent
63fae6a164
commit
40745694a0
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue