We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ea4c8 commit ec37078Copy full SHA for ec37078
lib/ExtUtils/t/Embed.t
@@ -105,6 +105,7 @@ if ($^O eq 'VMS') {
105
} else { # Not MSWin32 or OS/390 (z/OS) dynamic.
106
my $ldopts = ldopts();
107
if ($^O eq 'openbsd' && !$Config{useshrplib}) {
108
+ if ($^O eq 'openbsd' && $Config{useshrplib} eq "false") {
109
# see github #22125
110
# with OpenBSD, the packaged gcc (tries to) link
111
# against the system libperl, this will be fine once
0 commit comments