Skip to content

Commit

Permalink
Merge pull request #191 from Jack-Ji/master
Browse files Browse the repository at this point in the history
update to zig 0.14.0-dev.363+c3faae6bf
  • Loading branch information
ikskuh authored Jul 18, 2024
2 parents fac81ec + e231bcb commit 1432ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@ const PrepareStubSourceStep = struct {
return .{ .generated = .{ .file = &self.assembly_source } };
}

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

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

0 comments on commit 1432ed3

Please sign in to comment.