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 e6e20e2 commit 4af3994Copy full SHA for 4af3994
lib/ExtUtils/MM_Unix.pm
@@ -2399,7 +2399,7 @@ sub linkext {
2399
$linktype = $self->{LINKTYPE} unless defined $linktype;
2400
if (defined $linktype and $linktype eq '' and @{ $self->{DIR} || [] }) {
2401
warn "Warning: LINKTYPE set to '', no longer necessary\n";
2402
- $extra = 'subdirs_' . $Config{usedl} ? 'dynamic' : 'static';
+ $extra = 'subdirs_' . ($Config{usedl} ? 'dynamic' : 'static');
2403
}
2404
$linktype = '$(LINKTYPE)' unless defined $linktype;
2405
"
0 commit comments