Retain comment

This commit is contained in:
Wildan Mubarok 2025-08-18 02:00:58 +00:00
parent 3da709fb1f
commit fec945560e

View File

@ -1084,6 +1084,7 @@ done
rename(&stage_dir_tmp, &stage_dir)?;
}
// Calculate automatic dependencies
let auto_deps_path = target_dir.join("auto_deps.toml");
if auto_deps_path.is_file() && modified(&auto_deps_path)? < modified(&stage_dir)? {