mirror of https://github.com/google/oss-fuzz.git
Update build.sh
This commit is contained in:
parent
51302f5e57
commit
acf8d4fdc4
|
@ -6,7 +6,7 @@ cd /src/expat/expat
|
|||
make clean all
|
||||
|
||||
$CXX $CXXFLAGS -std=c++11 -Ilib/ \
|
||||
/src/parse_fuzzer.cc -o /out/parse_fuzzer \
|
||||
/src/parse_fuzzer.cc -o /out/expat_parse_fuzzer \
|
||||
-lfuzzer .libs/libexpat.a $FUZZER_LDFLAGS
|
||||
|
||||
cp /src/*.dict /src/*.options /out/
|
||||
|
|
Loading…
Reference in New Issue