mirror of https://github.com/google/oss-fuzz.git
Update build.sh
This commit is contained in:
parent
7d5f2de37d
commit
b10bf987aa
|
@ -18,5 +18,7 @@
|
|||
cd /src/json
|
||||
|
||||
$CXX $CXXFLAGS -std=c++11 -I/src/json/src/ \
|
||||
/src/oss-fuzz/json/parse_fuzzer.cc -o /out/parse_fuzzer \
|
||||
/src/parse_fuzzer.cc -o /out/parse_fuzzer \
|
||||
/work/libfuzzer/*.o $LDFLAGS
|
||||
|
||||
cp /src/*.options /out/
|
||||
|
|
Loading…
Reference in New Issue