Files

21 lines
813 B
Perl
Raw Permalink Normal View History

2024-02-21 23:01:20 +08:00
--- Makefile.PL.orig 2024-01-15 03:30:56 UTC
2020-09-06 15:40:00 +00:00
+++ Makefile.PL
2024-02-21 23:01:20 +08:00
@@ -196,7 +196,7 @@ unless($skip_msvc) {
print $SAVE "\n\n" if $save;
- my $mylibs = $mklib . " " . $mylibpth . " -lquadmath";
+ my $mylibs = $mklib . " " . $mylibpth;
# First up, build have_f128.exe from have_f128.c.
# This simply establishes whether the __float128 type is available.
@@ -418,7 +418,7 @@ my %options = (
AUTHOR => 'Sisyphus (sisyphus at (@) cpan dot (.) org)',
ABSTRACT => 'Perl interface to the MPFR (floating point) library',
DEFINE => $defines,
- LIBS => [ '-lmpfr -lgmp -lquadmath' ],
+ LIBS => [ '-lmpfr -lgmp' ],
PREREQ_PM => { 'Test::More' => '0.88', },
#OBJECT => '$(O_FILES)', # set below if $Config{nvsize} == 8
LICENSE => 'perl',