diff --git a/lib/std/Build.zig b/lib/std/Build.zig index 610f0cfa41..f8ab20cac1 100644 --- a/lib/std/Build.zig +++ b/lib/std/Build.zig @@ -1808,7 +1808,7 @@ pub fn runAllowFail( child.stderr_behavior = stderr_behavior; child.env_map = &b.graph.env_map; - try Step.handleVerbose2(self, null, child.env_map, argv); + try Step.handleVerbose2(b, null, child.env_map, argv); try child.spawn(); const stdout = child.stdout.?.reader().readAllAlloc(b.allocator, max_output_size) catch {