From cecf82749edb6dce4ce22737aa0977e3051b13b9 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Mon, 30 Jul 2018 06:22:06 -0700 Subject: [PATCH] [harfbuzz] Fix incorrect source file for hb-subset-get-codepoints-fuzzer. (#1669) --- projects/harfbuzz/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/harfbuzz/build.sh b/projects/harfbuzz/build.sh index a5f7ba2d7..d6bac24b1 100755 --- a/projects/harfbuzz/build.sh +++ b/projects/harfbuzz/build.sh @@ -38,7 +38,7 @@ $CXX $CXXFLAGS -std=c++11 -Isrc \ -lFuzzingEngine ./src/.libs/libharfbuzz-subset-fuzzing.a ./src/.libs/libharfbuzz-fuzzing.a $CXX $CXXFLAGS -std=c++11 -Isrc \ - ./test/fuzzing/hb-subset-fuzzer.cc -o $OUT/hb-subset-get-codepoints-fuzzer \ + ./test/fuzzing/hb-subset-get-codepoints-fuzzer.cc -o $OUT/hb-subset-get-codepoints-fuzzer \ -lFuzzingEngine ./src/.libs/libharfbuzz-subset-fuzzing.a ./src/.libs/libharfbuzz-fuzzing.a # Archive and copy to $OUT seed corpus if the build succeeded.