Skip to content

Commit

Permalink
fix useshrplib check
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Dec 16, 2024
1 parent 1310e90 commit c1ed6af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ExtUtils/t/Embed.t
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ if ($^O eq 'VMS') {
} else { # Not MSWin32 or OS/390 (z/OS) dynamic.
my $ldopts = ldopts();
if ($^O eq 'openbsd' && !$Config{useshrplib}) {
if ($^O eq 'openbsd' && $Config{useshrplib} eq "false") {
# see github #22125
# with OpenBSD, the packaged gcc (tries to) link
# against the system libperl, this will be fine once
Expand Down

0 comments on commit c1ed6af

Please sign in to comment.