| ... | @@ -99,6 +99,7 @@ fn make(step: *Step, prog_node: std.Progress.Node) !void { | ... | @@ -99,6 +99,7 @@ fn make(step: *Step, prog_node: std.Progress.Node) !void { |
| 99 | const subdir_path = try src_dir_path.join(arena, entry.path); | 99 | const subdir_path = try src_dir_path.join(arena, entry.path); |
| 100 | try step.addDirectoryWatchInputFromPath(subdir_path); | 100 | try step.addDirectoryWatchInputFromPath(subdir_path); |
| 101 | try cwd.makePath(dest_path); | 101 | try cwd.makePath(dest_path); |
| | 102 | // TODO: set result_cached=false if the directory did not already exist. |
| 102 | }, | 103 | }, |
| 103 | .file => { | 104 | .file => { |
| 104 | for (install_dir.options.blank_extensions) |ext| { | 105 | for (install_dir.options.blank_extensions) |ext| { |