Make Builder.spawnChildEnvMap public

This commit is contained in:
fubark 2021-12-18 17:18:27 -05:00 committed by Andrew Kelley
parent 9892684d35
commit 88ea2cb757

View File

@ -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);
}