mirror of
https://github.com/ziglang/zig.git
synced 2026-01-23 07:45:24 +00:00
Make Builder.spawnChildEnvMap public
This commit is contained in:
parent
9892684d35
commit
88ea2cb757
@ -958,7 +958,7 @@ pub const Builder = struct {
|
||||
warn("\n", .{});
|
||||
}
|
||||
|
||||
fn spawnChildEnvMap(self: *Builder, cwd: ?[]const u8, env_map: *const BufMap, argv: []const []const u8) !void {
|
||||
pub fn spawnChildEnvMap(self: *Builder, cwd: ?[]const u8, env_map: *const BufMap, argv: []const []const u8) !void {
|
||||
if (self.verbose) {
|
||||
printCmd(cwd, argv);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user