std.Build.ConfigHeaderStep: integrate with the cache system

This commit is contained in:
Andrew Kelley
2023-03-03 17:29:59 -07:00
parent 2cc33f5f4e
commit 405bf1b091
2 changed files with 34 additions and 42 deletions

View File

@@ -187,7 +187,6 @@ fn make(step: *Step, prog_node: *std.Progress.Node) !void {
}
if (try step.cacheHit(&man)) {
// Cache hit, skip writing file data.
const digest = man.final();
for (wf.files.items) |file| {
file.generated_file.path = try b.cache_root.join(