Merge branch 'main' into 047_methods
This commit is contained in:
commit
392a3ca9c6
1 changed files with 1 additions and 2 deletions
|
@ -624,8 +624,7 @@ const ZiglingStep = struct {
|
|||
|
||||
const argv = [_][]const u8{exe_file};
|
||||
|
||||
const child = std.ChildProcess.init(&argv, self.builder.allocator) catch unreachable;
|
||||
defer child.deinit();
|
||||
var child = std.ChildProcess.init(&argv, self.builder.allocator);
|
||||
|
||||
child.cwd = cwd;
|
||||
child.env_map = self.builder.env_map;
|
||||
|
|
Loading…
Add table
Reference in a new issue