Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf5916bb

Browse files
committed
Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.
Necessitated by commitb14cf22.Per buildfarm.
1 parent922de19 commitf5916bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ sub fetchRegressOpts
410410
my@opts;
411411

412412
$m =~s{\\\r?\n}{}g;
413-
if ($m =~/^\s*REGRESS_OPTS\s*=(.*)/m)
413+
if ($m =~/^\s*REGRESS_OPTS\s*\+?=(.*)/m)
414414
{
415415
# Substitute known Makefile variables, then ignore options that retain
416416
# an unhandled variable reference. Ignore anything that isn't an

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp