mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
Fixed build of unicharset_extractor
This commit is contained in:
parent
fc6a390c6c
commit
9d258e20d3
@ -319,7 +319,9 @@ text2image_LDADD += $(ICU_UC_LIBS) -lpango-1.0 -lpangocairo-1.0 \
|
||||
unicharset_extractor_SOURCES = unicharset_extractor.cpp
|
||||
#unicharset_extractor_LDFLAGS = -static
|
||||
unicharset_extractor_LDADD = \
|
||||
libtesseract_tessopt.la
|
||||
libtesseract_training.la \
|
||||
libtesseract_tessopt.la \
|
||||
$(ICU_I18N_LIBS) $(ICU_UC_LIBS)
|
||||
if USING_MULTIPLELIBS
|
||||
unicharset_extractor_LDADD += \
|
||||
../ccutil/libtesseract_ccutil.la \
|
||||
|
Loading…
Reference in New Issue
Block a user