Skip to content

Commit 99df39b

Browse files
committed
Makefile: Do not use OLD_ICONV on MINGW anymore
We are building libiconv now the same way as upstream MinGW does, so we do not need OLD_ICONV anymore when compiling Git either in msysGit or mingwGitDevEnv. Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
1 parent 9e47e31 commit 99df39b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
12011201
NO_FNMATCH = YesPlease
12021202
NO_MEMMEM = YesPlease
12031203
NEEDS_LIBICONV = YesPlease
1204-
OLD_ICONV = YesPlease
12051204
NO_STRTOUMAX = YesPlease
12061205
NO_MKDTEMP = YesPlease
12071206
NO_MKSTEMPS = YesPlease

0 commit comments

Comments
 (0)