Skip to content

Commit

Permalink
Merge pull request Snektron#118 from Sirius902/zig-master
Browse files Browse the repository at this point in the history
Compile on Zig master
  • Loading branch information
Snektron authored Feb 6, 2024
2 parents 62e981a + be2ebfb commit 2b6d769
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 2b6d769

Please sign in to comment.