Compile on Zig master

This commit is contained in:
Sirius902
2024-02-06 10:35:37 -08:00
parent 62e981ad4e
commit be2ebfbff4

View File

@@ -77,7 +77,7 @@ pub const GenerateStep = struct {
const self = @fieldParentPtr(GenerateStep, "step", step);
const cwd = std.fs.cwd();
var man = b.cache.obtain();
var man = b.graph.cache.obtain();
defer man.deinit();
const spec = try cwd.readFileAlloc(b.allocator, self.spec_path, std.math.maxInt(usize));