mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-28 05:46:45 -05:00
Merge pull request #2665 from dscho/fix-msvc-build-g4w
msvc: fix "REG_STARTEND" issue
This commit is contained in:
@@ -23,7 +23,9 @@ while (@ARGV) {
|
||||
# before any "-l*" flags.
|
||||
$is_debug = 1;
|
||||
}
|
||||
if ("$arg" =~ /^-[DIMGOZ]/) {
|
||||
if ("$arg" =~ /^-I\/mingw(32|64)/) {
|
||||
# eat
|
||||
} elsif ("$arg" =~ /^-[DIMGOZ]/) {
|
||||
push(@cflags, $arg);
|
||||
} elsif ("$arg" eq "-o") {
|
||||
my $file_out = shift @ARGV;
|
||||
|
||||
Reference in New Issue
Block a user