mirror of https://github.com/google/oss-fuzz.git
[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:
parent
3b21b5b8ac
commit
673c8f9646
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue