diff options
Diffstat (limited to 'ext/POSIX/Makefile.PL')
-rw-r--r-- | ext/POSIX/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/Makefile.PL b/ext/POSIX/Makefile.PL index 62a87cacac..fda7528857 100644 --- a/ext/POSIX/Makefile.PL +++ b/ext/POSIX/Makefile.PL @@ -1,7 +1,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'POSIX', - ($^O eq 'MSWin32' ? () : ($^O =~ /cygwin/ ? (LIBS => ["-lmsvcrt"]) : + ($^O eq 'MSWin32' ? () : ($^O =~ /cygwin/ ? () : (LIBS => ["-lm -lposix -lcposix"]) )), MAN3PODS => {}, # Pods will be built by installman. |