Update build.sh

This commit is contained in:
Mike Aizatsky 2016-10-26 14:10:12 -07:00 committed by GitHub
parent 51302f5e57
commit acf8d4fdc4
1 changed files with 1 additions and 1 deletions

View File

@ -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/