| author | |
| committer | |
| log | d9e8671d963dc99ec8b4721f53d77828efa232ed |
| tree | 861acf53602452698c82a1bfa2b69f347292a4c2 |
| parent | 03c297eea63b403371428bdf2bbf91fcdca8a071 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Build.zig+1-1| ... | ... | @@ -1808,7 +1808,7 @@ pub fn runAllowFail( |
| 1808 | 1808 | child.stderr_behavior = stderr_behavior; |
| 1809 | 1809 | child.env_map = &b.graph.env_map; |
| 1810 | 1810 | |
| 1811 | try Step.handleVerbose2(self, null, child.env_map, argv); | |
| 1811 | try Step.handleVerbose2(b, null, child.env_map, argv); | |
| 1812 | 1812 | try child.spawn(); |
| 1813 | 1813 | |
| 1814 | 1814 | const stdout = child.stdout.?.reader().readAllAlloc(b.allocator, max_output_size) catch { |