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 45deeaa commit e5bd5d5Copy full SHA for e5bd5d5
lib/ExtUtils/MM_Any.pm
@@ -2443,7 +2443,7 @@ sub init_others {
2443
if ( $self->{OBJECT} ) {
2444
$self->{OBJECT} = join(" ", @{$self->{OBJECT}}) if ref $self->{OBJECT};
2445
$self->{OBJECT} =~ s!\.o(bj)?\b!\$(OBJ_EXT)!g;
2446
- } elsif ( $self->{MAGICXS} && @{$self->{O_FILES}||[]} ) {
+ } elsif ( ($self->{MAGICXS} || $self->{XSMULTI}) && @{$self->{O_FILES}||[]} ) {
2447
$self->{OBJECT} = join(" ", @{$self->{O_FILES}});
2448
2449
} else {
0 commit comments