Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Jul 27, 2024
1 parent 047f7c5 commit bdaafec
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 @@ -127,7 +127,7 @@ fn setupFuzzStep(
.ReleaseSafe,
afl_obj,
);
b.defaultInstallStep().dependOn(&b.addInstallFile(afl_fuzz, "superfuzz-afl").step);
b.getInstallStep().dependOn(&b.addInstallFile(afl_fuzz, "superfuzz-afl").step);

const super_fuzz = b.addExecutable(.{
.name = "superfuzz",
Expand Down

0 comments on commit bdaafec

Please sign in to comment.