| author | |
| committer | |
| log | 88ea2cb757e1bd1dcade39053feed49bb66e18bd |
| tree | a41484ca6ed6ab0eead63b6fc5deb8fad84ec3f6 |
| parent | 9892684d3555193f6b9d9e6d52761cd5ea829b85 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/build.zig+1-1| ... | ... | @@ -958,7 +958,7 @@ pub const Builder = struct { |
| 958 | 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 | 962 | if (self.verbose) { |
| 963 | 963 | printCmd(cwd, argv); |
| 964 | 964 | } |