Thanks to visit codestin.com Credit goes to github.com
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 c171176 commit cff7fcfCopy full SHA for cff7fcf
src/tools/msvc/Solution.pm
@@ -218,7 +218,7 @@ EOF
218
219
my $mf = Project::read_file('src\backend\catalog\Makefile');
220
$mf =~ s{\\s*[\r\n]+}{}mg;
221
- $mf =~ /^POSTGRES_BKI_SRCS\s*:=[^,]+,(.*)\)$/gm || croak "Could not find POSTGRES_BKI_SRCS in Makefile\n";
+ $mf =~ /^POSTGRES_BKI_SRCS\s*:?=[^,]+,(.*)\)$/gm || croak "Could not find POSTGRES_BKI_SRCS in Makefile\n";
222
my @allbki = split /\s+/, $1;
223
foreach my $bki (@allbki) {
224
next if $bki eq "";
0 commit comments