Skip to content

Commit ec37078

Browse files
committed
fix useshrplib check
1 parent f6ea4c8 commit ec37078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ExtUtils/t/Embed.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ if ($^O eq 'VMS') {
105105
} else { # Not MSWin32 or OS/390 (z/OS) dynamic.
106106
my $ldopts = ldopts();
107107
if ($^O eq 'openbsd' && !$Config{useshrplib}) {
108+
if ($^O eq 'openbsd' && $Config{useshrplib} eq "false") {
108109
# see github #22125
109110
# with OpenBSD, the packaged gcc (tries to) link
110111
# against the system libperl, this will be fine once

0 commit comments

Comments
 (0)