mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 22:43:45 +08:00
Merge pull request #539 from stweil/mingw-w64
training: Update Makefile for current Mingw-w64
This commit is contained in:
commit
8cf7539a4b
@ -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