Skip to content

Commit

Permalink
fix honggfuzz not building
Browse files Browse the repository at this point in the history
  • Loading branch information
R9295 committed Oct 17, 2024
1 parent d8470fb commit 5c16872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cargo-ziggy/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl Build {

if !self.no_honggfuzz {
assert_eq!(
!self.no_afl, self.asan,
self.no_afl, self.asan,
"Cannot build honggfuzz with ASAN for the moment."
);
eprintln!(" {} honggfuzz", style("Building").red().bold());
Expand Down

0 comments on commit 5c16872

Please sign in to comment.