mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Prevent possibly spurious error when running perl -cw
This commit is contained in:
@ -691,7 +691,7 @@ sub mkvcbuild
|
||||
(my $xsc = $xs) =~ s/\.xs/.c/;
|
||||
if (Solution::IsNewer("$plperlsrc$xsc", "$plperlsrc$xs"))
|
||||
{
|
||||
my $xsubppdir = first { -e "$_/ExtUtils/xsubpp" } @INC;
|
||||
my $xsubppdir = first { -e "$_/ExtUtils/xsubpp" } (@INC);
|
||||
print "Building $plperlsrc$xsc...\n";
|
||||
system( $solution->{options}->{perl}
|
||||
. '/bin/perl '
|
||||
|
Reference in New Issue
Block a user