| author | |
| committer | |
| log | a2f54fce53d1c2414cf307a23f99fc9e8d736c7e |
| tree | bb38c0ee0cbff290f442752654b2abd3e89fc35a |
| parent | 2d6d2a1d11bfca780e559303904571a93bace86b |
1 files changed, 4 insertions(+), 0 deletions(-)
lib/std/Build/Step/Run.zig+4| ... | @@ -431,6 +431,10 @@ fn make(step: *Step, prog_node: *std.Progress.Node) !void { | ... | @@ -431,6 +431,10 @@ fn make(step: *Step, prog_node: *std.Progress.Node) !void { |
| 431 | } | 431 | } |
| 432 | } | 432 | } |
| 433 | 433 | ||
| 434 | if (self.stdin) |bytes| { | ||
| 435 | man.hash.addBytes(bytes); | ||
| 436 | } | ||
| 437 | |||
| 434 | if (self.captured_stdout) |output| { | 438 | if (self.captured_stdout) |output| { |
| 435 | man.hash.addBytes(output.basename); | 439 | man.hash.addBytes(output.basename); |
| 436 | } | 440 | } |