We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7569c89 commit 4e9c975Copy full SHA for 4e9c975
training/Makefile.am
@@ -345,7 +345,9 @@ text2image_LDADD += $(ICU_UC_LIBS) -lpango-1.0 -lpangocairo-1.0 \
345
unicharset_extractor_SOURCES = unicharset_extractor.cpp
346
#unicharset_extractor_LDFLAGS = -static
347
unicharset_extractor_LDADD = \
348
- libtesseract_tessopt.la
+ libtesseract_training.la \
349
+ libtesseract_tessopt.la \
350
+ $(ICU_I18N_LIBS) $(ICU_UC_LIBS)
351
if USING_MULTIPLELIBS
352
unicharset_extractor_LDADD += \
353
../ccutil/libtesseract_ccutil.la \
0 commit comments