Skip to content

Commit

Permalink
chore: Fix path to fuzzer binaries in clusterfuzz build.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Apr 1, 2022
1 parent cc31ff0 commit 1f4aaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clusterfuzzlite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ for TARGET in $FUZZ_TARGETS; do
cmake --build ./ --target "$TARGET"

# copy to output files
cp "$WORK"/"$TARGET" "$OUT"/
cp "$WORK/testing/fuzzing/$TARGET" "$OUT"/
done

0 comments on commit 1f4aaf0

Please sign in to comment.