| author | |
| committer | |
| log | 04dc5cdacaa953ca5365245f32158db70213b90e |
| tree | 275042092a82116b394276d3c16e53fbca904b64 |
| parent | 1a4dcf10fecf3fed7db0573fc859718e05e93f11 |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
std/build.zig+2| ... | ... | @@ -232,6 +232,8 @@ pub const Builder = struct { |
| 232 | 232 | } |
| 233 | 233 | |
| 234 | 234 | pub fn make(self: *Builder, step_names: []const []const u8) !void { |
| 235 | try self.makePath(self.cache_root); | |
| 236 | ||
| 235 | 237 | var wanted_steps = ArrayList(*Step).init(self.allocator); |
| 236 | 238 | defer wanted_steps.deinit(); |
| 237 | 239 |