mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
chore: Fix path to fuzzer binaries in clusterfuzz build.
This commit is contained in:
parent
cc31ff07fa
commit
1f4aaf01cb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user