From acf8d4fdc4f7b60c2adb69d0a3d28c2b70f288d1 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Wed, 26 Oct 2016 14:10:12 -0700 Subject: [PATCH] Update build.sh --- targets/expat/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/expat/build.sh b/targets/expat/build.sh index 0f9273b02..9984cd9cc 100755 --- a/targets/expat/build.sh +++ b/targets/expat/build.sh @@ -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/