This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove Windows makefile support for building without PerlIO
[perl5.git] / installperl
index 5a3da7e..516ae70 100755 (executable)
@@ -259,7 +259,7 @@ if (($Is_W32 and ! $Is_NetWare) or $Is_Cygwin) {
     if ($Is_Cygwin) {
        $perldll = $libperl;
     } else {
-       $perldll = 'perl5'.$Config{patchlevel}.'.'.$dlext;
+       $perldll = 'perl5'.$Config{patchlevel}.'.'.$so;
     }
 
     if ($dlsrc ne "dl_none.xs") {