Skip to content

Commit

Permalink
Compile on Zig master
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirius902 committed Feb 6, 2024
1 parent 62e981a commit be2ebfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/vulkan/build_integration.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit be2ebfb

Please sign in to comment.