Skip to content

Commit 7d27baa

Browse files
sschuberthdscho
authored andcommitted
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 617b624 commit 7d27baa

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
@@ -1251,7 +1251,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
12511251
NO_FNMATCH = YesPlease
12521252
NO_MEMMEM = YesPlease
12531253
NEEDS_LIBICONV = YesPlease
1254-
OLD_ICONV = YesPlease
12551254
NO_STRTOUMAX = YesPlease
12561255
NO_MKDTEMP = YesPlease
12571256
NO_MKSTEMPS = YesPlease

0 commit comments

Comments
 (0)