mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
builder: propagate env_map for child processes
This commit is contained in:
parent
70771283c5
commit
8e9a1ac364
@ -1038,6 +1038,7 @@ pub const Builder = struct {
|
||||
child.stdin_behavior = .Ignore;
|
||||
child.stdout_behavior = .Pipe;
|
||||
child.stderr_behavior = stderr_behavior;
|
||||
child.env_map = self.env_map;
|
||||
|
||||
try child.spawn();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user