mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 23:05:24 +00:00
zig build: make the cache root dir before building
This commit is contained in:
parent
1a4dcf10fe
commit
04dc5cdaca
@ -232,6 +232,8 @@ pub const Builder = struct {
|
||||
}
|
||||
|
||||
pub fn make(self: *Builder, step_names: []const []const u8) !void {
|
||||
try self.makePath(self.cache_root);
|
||||
|
||||
var wanted_steps = ArrayList(*Step).init(self.allocator);
|
||||
defer wanted_steps.deinit();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user