Skip to content

Commit

Permalink
training: Update Makefile for current Mingw-w64
Browse files Browse the repository at this point in the history
Mingw-w64 no longer needs special linker options,
builds with those options fail.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Dec 6, 2016
1 parent d55f462 commit 7755e05
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions training/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7755e05

Please sign in to comment.