mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
Make Builder.spawnChildEnvMap public
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user