Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0d8b035

Browse files
committed
Fix bad merge of upstream commit
1 parent 2a4a458 commit 0d8b035

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -765,23 +765,6 @@ sub mkvcbuild
765765
die 'Failed to create plperl_opmask.h' . "\n";
766766
}
767767
}
768-
<<<<<<< HEAD
769-
$plperl->AddReference($postgres);
770-
my $perl_path = $solution->{options}->{perl} . '\lib\CORE\*.*';
771-
my @perl_libs =
772-
grep { /perl\d+.(lib|a)$/ }
773-
glob($perl_path);
774-
if (@perl_libs == 1)
775-
{
776-
$plperl->AddLibrary($perl_libs[0]);
777-
}
778-
else
779-
{
780-
die
781-
"could not identify perl library version matching pattern $perl_path\n";
782-
}
783-
=======
784-
>>>>>>> 9b5c99790e... MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.
785768

786769
# Add transform module dependent on plperl
787770
my $hstore_plperl = AddTransformModule(

0 commit comments

Comments
 (0)