Skip to content

Commit

Permalink
Merge pull request #164 from Jack-Ji/master
Browse files Browse the repository at this point in the history
update to zig 0.12.0-dev.3518+d2be725e4
  • Loading branch information
ikskuh authored Apr 2, 2024
2 parents 47880c2 + 6dd2bd3 commit 55caabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ const PrepareStubSourceStep = struct {

fn make(step: *Step, prog_node: *std.Progress.Node) !void {
_ = prog_node;
const self = @fieldParentPtr(Self, "step", step);
const self: *Self = @fieldParentPtr("step", step);

var cache = CacheBuilder.init(self.sdk.build, "sdl");

Expand Down

0 comments on commit 55caabf

Please sign in to comment.