aboutsummaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
Diffstat (limited to 'std')
-rw-r--r--std/build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/build.zig b/std/build.zig
index e6a1c06f20..6002c99fe8 100644
--- a/std/build.zig
+++ b/std/build.zig
@@ -539,7 +539,7 @@ pub const Builder = struct {
}
var child = os.ChildProcess.spawn(exe_path, args, cwd, env_map,
- StdIo.Ignore, StdIo.Inherit, StdIo.Inherit, self.allocator) %% |err|
+ StdIo.Inherit, StdIo.Inherit, StdIo.Inherit, self.allocator) %% |err|
{
%%io.stderr.printf("Unable to spawn {}: {}\n", exe_path, @errorName(err));
return err;