mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-01 08:03:29 +02:00
Merge branch 'main' into 047_methods
This commit is contained in:
committed by
GitHub
co-authored by
GitHub
commit
392a3ca9c6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user