[mupdf] Change the name of the library used. (#1409)

The library name in the upstream project has
changed recently, accommodate for that.
This commit is contained in:
Sebastian Rasmussen 2018-05-11 00:43:10 +08:00 committed by Abhishek Arya
parent 3b21b5b8ac
commit 673c8f9646
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ fuzz_target=pdf_fuzzer
$CXX $CXXFLAGS -std=c++11 -Iinclude \
source/fuzz/pdf_fuzzer.cc -o $OUT/$fuzz_target \
-lFuzzingEngine $WORK/libmupdf.a $WORK/libmupdfthird.a
-lFuzzingEngine $WORK/libmupdf.a $WORK/libmupdf-third.a
mv $SRC/{*.zip,*.dict,*.options} $OUT