We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60831d5 commit de989d7Copy full SHA for de989d7
projects/powerdns/build.sh
@@ -83,7 +83,7 @@ if [ -f dnsdistdist/fuzz_dnsdistcache.cc ]; then
83
${build_dir}
84
meson compile -C ${build_dir} fuzz-targets
85
# copy the fuzzing target binaries
86
- cp ${build_dir}/fuzz-target-* "${OUT}/"
+ find ${build_dir} -type f -executable -name 'fuzz-target-*' -exec cp {} ${OUT}/ \;
87
fi
88
89
# back to the pdns/ directory
0 commit comments