chore: Fix path to fuzzer binaries in clusterfuzz build.

This commit is contained in:
iphydf 2022-04-01 16:58:17 +00:00
parent cc31ff07fa
commit 1f4aaf01cb
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -21,5 +21,5 @@ for TARGET in $FUZZ_TARGETS; do
cmake --build ./ --target "$TARGET" cmake --build ./ --target "$TARGET"
# copy to output files # copy to output files
cp "$WORK"/"$TARGET" "$OUT"/ cp "$WORK/testing/fuzzing/$TARGET" "$OUT"/
done done