1
Fork 0

fix(zig-0.14): makeFn signature

This commit is contained in:
Stefan Boca 2025-03-19 17:47:58 -07:00
parent 5cfb444bd5
commit fbd84338b0
No known key found for this signature in database

View file

@ -126,7 +126,7 @@ const CompressStep = struct {
return .{ .generated = .{ .file = &self.generated_file } };
}
fn make(step: *std.Build.Step, _: std.Progress.Node) anyerror!void {
fn make(step: *std.Build.Step, _: std.Build.Step.MakeOptions) anyerror!void {
const b = step.owner;
const self: *@This() = @fieldParentPtr("step", step);
const input_path = self.input.getPath(b);