Skip to content

Commit 0203b40

Browse files
authored
tinyxml2: strip extension from binary name
1 parent d23806b commit 0203b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/tinyxml2/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ make -j$(nproc) all
2424
fuzz_harness=$(ls -d "$SRC"/*.cpp)
2525
for h in $fuzz_harness; do
2626
$CXX $CXXFLAGS -std=c++11 -Iinclude/ "$h" \
27-
-o "$OUT/$(basename "$h")" $LIB_FUZZING_ENGINE $SRC/tinyxml2/libtinyxml2.a
27+
-o "$OUT/$(basename "$h" .cpp)" $LIB_FUZZING_ENGINE $SRC/tinyxml2/libtinyxml2.a
2828
done
2929

3030
cp $SRC/*.dict $SRC/*.options $OUT/

0 commit comments

Comments
 (0)