mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-28 05:39:35 +08:00
training: Update Makefile for current Mingw-w64
Mingw-w64 no longer needs special linker options, builds with those options fail. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
d55f462c9c
commit
7755e05e50
@ -11,14 +11,7 @@ AM_CPPFLAGS += \
|
||||
|
||||
EXTRA_DIST = language-specific.sh tesstrain.sh tesstrain_utils.sh
|
||||
|
||||
if MINGW
|
||||
# try static build
|
||||
#AM_LDFLAGS += -all-static
|
||||
#libic=-lsicuin -licudt -lsicuuc
|
||||
libicu=-licuin -licuuc
|
||||
else
|
||||
libicu=-licui18n -licuuc
|
||||
endif
|
||||
# TODO: training programs can not be linked to shared library created
|
||||
# with -fvisibility
|
||||
if VISIBILITY
|
||||
|
Loading…
Reference in New Issue
Block a user