| author | |
| committer | |
| log | 5c3fae3a329bed39f780827b4c5bfc494dee1c6b |
| tree | 6a282547becafb4f791b9b2d5d9fe0201d63f167 |
| parent | 61d2234743e192bbee1d05c1d231427c3338d2af |
Since I spent a couple minutes debugging this, hopefully this saves
someone some future trouble doing the same.1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Build/Step/InstallDir.zig+1| ... | ... | @@ -99,6 +99,7 @@ fn make(step: *Step, prog_node: std.Progress.Node) !void { |
| 99 | 99 | const subdir_path = try src_dir_path.join(arena, entry.path); |
| 100 | 100 | try step.addDirectoryWatchInputFromPath(subdir_path); |
| 101 | 101 | try cwd.makePath(dest_path); |
| 102 | // TODO: set result_cached=false if the directory did not already exist. | |
| 102 | 103 | }, |
| 103 | 104 | .file => { |
| 104 | 105 | for (install_dir.options.blank_extensions) |ext| { |