Skip to content

Commit

Permalink
Merge pull request #297 from ngtcp2/fix-fuzz-build
Browse files Browse the repository at this point in the history
Fix fuzzer build
  • Loading branch information
tatsuhiro-t authored Dec 31, 2024
2 parents 5741652 + 4a7a922 commit a1bd05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clusterfuzzlite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ autoreconf -i
./configure --disable-dependency-tracking
make -j$(nproc)

$CXX $CXXFLAGS -std=c++17 -Ilib/includes \
$CXX $CXXFLAGS -std=c++17 -Ilib/includes -Ilib \
fuzz/fuzz_http3serverreq.cc -o $OUT/fuzz_http3serverreq \
$LIB_FUZZING_ENGINE lib/.libs/libnghttp3.a

Expand Down

0 comments on commit a1bd05a

Please sign in to comment.