mirror of https://github.com/google/oss-fuzz.git
Update build.sh
This commit is contained in:
parent
93996eed32
commit
66b816f23d
|
@ -5,7 +5,7 @@ make clean
|
|||
make -j$(nproc) brotlidec
|
||||
|
||||
$CXX $CXXFLAGS -std=c++11 -I. \
|
||||
fuzz/decode_fuzzer.cc -I./include -o $OUT/decode_fuzzer \
|
||||
c/fuzz/decode_fuzzer.cc -I./include -o $OUT/decode_fuzzer \
|
||||
-lFuzzingEngine ./libbrotlidec.a ./libbrotlicommon.a
|
||||
|
||||
cp java/org/brotli/integration/fuzz_data.zip $OUT/decode_fuzzer_seed_corpus.zip
|
||||
|
|
Loading…
Reference in New Issue