| ... | @@ -958,7 +958,7 @@ pub const Builder = struct { | ... | @@ -958,7 +958,7 @@ pub const Builder = struct { |
| 958 | warn("\n", .{}); | 958 | warn("\n", .{}); |
| 959 | } | 959 | } |
| 960 | | 960 | |
| 961 | fn spawnChildEnvMap(self: *Builder, cwd: ?[]const u8, env_map: *const BufMap, argv: []const []const u8) !void { | 961 | pub fn spawnChildEnvMap(self: *Builder, cwd: ?[]const u8, env_map: *const BufMap, argv: []const []const u8) !void { |
| 962 | if (self.verbose) { | 962 | if (self.verbose) { |
| 963 | printCmd(cwd, argv); | 963 | printCmd(cwd, argv); |
| 964 | } | 964 | } |