1
0
forked from aniani/vim

patch 8.2.5101: MS-Windows with MinGW: $CC may be "cc" instead of "gcc"

Problem:    MS-Windows with MinGW: $CC may be "cc" instead of "gcc".
Solution:   Set $CC if it is not matching "clang". (Yegappan Lakshmanan,
            closes #10578)
This commit is contained in:
Yegappan Lakshmanan
2022-06-15 18:31:45 +01:00
committed by Bram Moolenaar
parent dad5d2f87b
commit cf65d88ff8
3 changed files with 9 additions and 4 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
5101,
/**/
5100,
/**/