Skip to content

Commit 7755e05

Browse files
committed
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 <[email protected]>
1 parent d55f462 commit 7755e05

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

training/Makefile.am

-7
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,7 @@ AM_CPPFLAGS += \
1111

1212
EXTRA_DIST = language-specific.sh tesstrain.sh tesstrain_utils.sh
1313

14-
if MINGW
15-
# try static build
16-
#AM_LDFLAGS += -all-static
17-
#libic=-lsicuin -licudt -lsicuuc
18-
libicu=-licuin -licuuc
19-
else
2014
libicu=-licui18n -licuuc
21-
endif
2215
# TODO: training programs can not be linked to shared library created
2316
# with -fvisibility
2417
if VISIBILITY

0 commit comments

Comments
 (0)