File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
diff -Naur postgresql-10.1.orig/src/tools/msvc/Mkvcbuild.pm postgresql-10.1/src/tools/msvc/Mkvcbuild.pm
2
2
--- postgresql-10.1.orig/src/tools/msvc/Mkvcbuild.pm 2017-12-06 19:40:59.694628794 +0300
3
- +++ postgresql-10.1/src/tools/msvc/Mkvcbuild.pm 2017-12-06 20:12:48.681777210 +0300
3
+ +++ postgresql-10.1/src/tools/msvc/Mkvcbuild.pm 2017-12-06 20:27:23.879553458 +0300
4
4
@@ -615,9 +615,9 @@
5
5
}
6
6
}
7
7
$plperl->AddReference($postgres);
8
8
- my $perl_path = $solution->{options}->{perl} . '\lib\CORE\perl*.lib';
9
- + my $perl_path = $solution->{options}->{perl} . '\lib\CORE\perl*.*';
9
+ + my $perl_path = $solution->{options}->{perl} . '\lib\CORE\* perl*.*';
10
10
my @perl_libs =
11
11
- grep { /perl\d+.lib$/ } glob($perl_path);
12
12
+ grep { /perl\d+.(lib|a)$/ } glob($perl_path);
You can’t perform that action at this time.
0 commit comments