We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922de19 commit f5916bbCopy full SHA for f5916bb
src/tools/msvc/vcregress.pl
@@ -410,7 +410,7 @@ sub fetchRegressOpts
410
my @opts;
411
412
$m =~ s{\\\r?\n}{}g;
413
- if ($m =~ /^\s*REGRESS_OPTS\s*=(.*)/m)
+ if ($m =~ /^\s*REGRESS_OPTS\s*\+?=(.*)/m)
414
{
415
# Substitute known Makefile variables, then ignore options that retain
416
# an unhandled variable reference. Ignore anything that isn't an
0 commit comments