Fixed build of unicharset_extractor

This commit is contained in:
Ray Smith 2017-09-08 15:33:03 +01:00
parent fc6a390c6c
commit 9d258e20d3

View File

@ -319,7 +319,9 @@ text2image_LDADD += $(ICU_UC_LIBS) -lpango-1.0 -lpangocairo-1.0 \
unicharset_extractor_SOURCES = unicharset_extractor.cpp unicharset_extractor_SOURCES = unicharset_extractor.cpp
#unicharset_extractor_LDFLAGS = -static #unicharset_extractor_LDFLAGS = -static
unicharset_extractor_LDADD = \ unicharset_extractor_LDADD = \
libtesseract_tessopt.la libtesseract_training.la \
libtesseract_tessopt.la \
$(ICU_I18N_LIBS) $(ICU_UC_LIBS)
if USING_MULTIPLELIBS if USING_MULTIPLELIBS
unicharset_extractor_LDADD += \ unicharset_extractor_LDADD += \
../ccutil/libtesseract_ccutil.la \ ../ccutil/libtesseract_ccutil.la \