Skip to content

Commit

Permalink
build: set fuzz target query ofmt to
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaas committed Feb 18, 2024
1 parent b7417bb commit 2b0a7c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fn addFuzzStep(b: *Build, target: std.Build.ResolvedTarget, afl_clang_lto_path:
const fuzz_step = b.step("fuzz", "Build executable for fuzz testing.");
var fuzz_target = target;
fuzz_target.result.ofmt = .c;
fuzz_target.query.ofmt = .c;

const lib_dir_step = try ZigLibDirStep.create(b);

Expand Down

0 comments on commit 2b0a7c5

Please sign in to comment.