Skip to content

Commit

Permalink
childProcess rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane authored May 31, 2024
1 parent 49d798f commit 07ab4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/zigcc.zig
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub fn main() !void {
}
}

var proc = std.ChildProcess.init(cmds.items, allocator);
var proc = std.process.Child.init(cmds.items, allocator);

// See all flags
// std.debug.print("debug flags: ", .{});
Expand Down

0 comments on commit 07ab4c3

Please sign in to comment.