mirror of
https://github.com/Perl/perl5.git
synced 2026-01-27 01:44:43 +00:00
[perl #123436] installperl patch related to $Config{dlext}
This commit is contained in:
parent
0808835701
commit
dc5c2addf8
@ -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") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user