fix(zig-0.14): makeFn signature
This commit is contained in:
parent
5cfb444bd5
commit
fbd84338b0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue