mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
td.Build.Step.InstallDir: leave hint for wrong cached status
Since I spent a couple minutes debugging this, hopefully this saves someone some future trouble doing the same.
This commit is contained in:
parent
61d2234743
commit
5c3fae3a32
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ fn make(step: *Step, prog_node: std.Progress.Node) !void {
|
|||
const subdir_path = try src_dir_path.join(arena, entry.path);
|
||||
try step.addDirectoryWatchInputFromPath(subdir_path);
|
||||
try cwd.makePath(dest_path);
|
||||
// TODO: set result_cached=false if the directory did not already exist.
|
||||
},
|
||||
.file => {
|
||||
for (install_dir.options.blank_extensions) |ext| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue