We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23806b commit 0203b40Copy full SHA for 0203b40
projects/tinyxml2/build.sh
@@ -24,7 +24,7 @@ make -j$(nproc) all
24
fuzz_harness=$(ls -d "$SRC"/*.cpp)
25
for h in $fuzz_harness; do
26
$CXX $CXXFLAGS -std=c++11 -Iinclude/ "$h" \
27
- -o "$OUT/$(basename "$h")" $LIB_FUZZING_ENGINE $SRC/tinyxml2/libtinyxml2.a
+ -o "$OUT/$(basename "$h" .cpp)" $LIB_FUZZING_ENGINE $SRC/tinyxml2/libtinyxml2.a
28
done
29
30
cp $SRC/*.dict $SRC/*.options $OUT/
0 commit comments