From: Gerrit P. Haase Date: Sat, 24 May 2003 16:51:29 +0000 (+0200) Subject: for cygwin/perlld.in X-Git-Tag: v5.10.0~10102 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/48dc1ee65779dbdc177bc16530afd4f43c1c0ecf for cygwin/perlld.in From: "Gerrit P. Haase" Message-ID: <162265353578.20030524165129@familiehaase.de> p4raw-id: //depot/perl@19623 --- diff --git a/cygwin/perlld.in b/cygwin/perlld.in index b33d0e2..773bb66 100644 --- a/cygwin/perlld.in +++ b/cygwin/perlld.in @@ -47,7 +47,7 @@ if ($args !~ /\-o (\S+)/) { } if ($dllname =~ /\./) { $libname =$`; } else { $libname =$dllname; }; my $v_e_r_s = '5_9_0'; - if ( $dllname =~ /.*perl.*/) { + if ( $dllname =~ /libperl.*/) { $dllname ="cygperl$v_e_r_s.dll"; } else { $dllname ="$libname.dll";