summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-25 01:32:57 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-25 01:32:57 +0000
commit8a85dc4e6fdf7b2ed7c6cd4124c74094397d931d (patch)
tree1ac628bcbc8b66287e97134e5aee9bcb91bf0940 /installperl
parent228a48a57c3bb7d44e123c9219501dcb136fe191 (diff)
downloadperl-8a85dc4e6fdf7b2ed7c6cd4124c74094397d931d.tar.gz
windows build fixups from uniform DLL name change to perl56.dll
p4raw-id: //depot/perl@4884
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl3
1 files changed, 1 insertions, 2 deletions
diff --git a/installperl b/installperl
index dae86a5c0e..7c0bed7acf 100755
--- a/installperl
+++ b/installperl
@@ -156,8 +156,7 @@ if ($Is_Cygwin) {
};
};
} else {
- $perldll = 'perl.' . $dlext;
- $perldll = 'perl56.' . $dlext if $Config{'ccflags'} =~ /PERL_OBJECT/i;
+ $perldll = 'perl56.' . $dlext;
}
if ($dlsrc ne "dl_none.xs") {