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 11diff -Naur postgresql-10.1.orig/src/tools/msvc/Mkvcbuild.pm postgresql-10.1/src/tools/msvc/Mkvcbuild.pm
22--- 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
44@@ -615,9 +615,9 @@
55 }
66 }
77 $plperl->AddReference($postgres);
88- 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*.*';
1010 my @perl_libs =
1111- grep { /perl\d+.lib$/ } glob($perl_path);
1212+ grep { /perl\d+.(lib|a)$/ } glob($perl_path);
You can’t perform that action at this time.
0 commit comments