mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Fix dependency for fuzzer-api
Signed-off-by: Stefan Weil <sw@weil.de>
This commit is contained in:
parent
96e3b52936
commit
1305ac8185
@ -986,7 +986,7 @@ wordlist2dawg_LDADD += $(extralib)
|
||||
# This is used by OSS-Fuzz.
|
||||
LIB_FUZZING_ENGINE ?= -fsanitize=fuzzer
|
||||
|
||||
fuzzer-api: all
|
||||
fuzzer-api: libtesseract.la
|
||||
fuzzer-api: $(top_srcdir)/unittest/fuzzers/fuzzer-api.cpp
|
||||
$(CXX) $(CXXFLAGS) -g $(LIB_FUZZING_ENGINE) \
|
||||
-I $(top_srcdir)/include \
|
||||
|
Loading…
Reference in New Issue
Block a user