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 2a4a458 commit 0d8b035Copy full SHA for 0d8b035
src/tools/msvc/Mkvcbuild.pm
@@ -765,23 +765,6 @@ sub mkvcbuild
765
die 'Failed to create plperl_opmask.h' . "\n";
766
}
767
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.
785
786
# Add transform module dependent on plperl
787
my $hstore_plperl = AddTransformModule(
0 commit comments