X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FPOSIX%2FMakefile.PL;h=bc1dda9387b3ea18453284025977878efd83fa6b;hb=4e61ee4d2394e4b120037f733150ee6041bf95f2;hp=68bce135f836c33f810d046179724bda0cb62446;hpb=c07a80fdfe3926b5eb0585b674aa5d1f57b32ade;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/POSIX/Makefile.PL b/ext/POSIX/Makefile.PL index 68bce13..bc1dda9 100644 --- a/ext/POSIX/Makefile.PL +++ b/ext/POSIX/Makefile.PL @@ -1,6 +1,7 @@ use ExtUtils::MakeMaker; WriteMakefile( - LIBS => ["-lm -lposix -lcposix"], + NAME => 'POSIX', + ($^O eq 'MSWin32' ? () : (LIBS => ["-lm -lposix -lcposix"])), MAN3PODS => ' ', # Pods will be built by installman. XSPROTOARG => '-noprototypes', # XXX remove later? VERSION_FROM => 'POSIX.pm',