Skip to content

Commit

Permalink
Makefile: Do not use OLD_ICONV on MINGW anymore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sebastian Schuberth authored and Pat Thoyts committed Jun 4, 2013
1 parent b5c2675 commit 0a26232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.mak.uname
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
NO_FNMATCH = YesPlease
NO_MEMMEM = YesPlease
NEEDS_LIBICONV = YesPlease
OLD_ICONV = YesPlease
NO_STRTOUMAX = YesPlease
NO_MKDTEMP = YesPlease
NO_MKSTEMPS = YesPlease
Expand Down

0 comments on commit 0a26232

Please sign in to comment.