Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit bb8196c

Browse files
sschuberthpatthoyts
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 <[email protected]>
1 parent dc89c5e commit bb8196c

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
@@ -1321,7 +1321,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
13211321
NO_FNMATCH = YesPlease
13221322
NO_MEMMEM = YesPlease
13231323
NEEDS_LIBICONV = YesPlease
1324-
OLD_ICONV = YesPlease
13251324
NO_STRTOUMAX = YesPlease
13261325
NO_MKDTEMP = YesPlease
13271326
NO_MKSTEMPS = YesPlease

0 commit comments

Comments
 (0)