Skip to content

Commit

Permalink
Fixes Perl-Toolchain-Gang#462 - Static linking issue with multiple li…
Browse files Browse the repository at this point in the history
…braries
  • Loading branch information
timlegge committed Nov 30, 2024
1 parent 2e79595 commit 44bb911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_Unix.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3652,7 +3652,7 @@ sub static_lib_fixtures {
# If this extension has its own library (eg SDBM_File)
# then copy that to $(INST_STATIC) and add $(OBJECT) into it.
return unless $self->{MYEXTLIB};
"\t\$(CP) \$(MYEXTLIB) \"\$\@\"\n";
"\t\$(CP) \$(MYEXTLIB) \$(INST_ARCHAUTODIR)\n";
}

=item static_lib_pure_cmd
Expand Down

0 comments on commit 44bb911

Please sign in to comment.