-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
As documented in timlegge/perl-IO-Compress-Brotli#6 building statically fails for IO::Compress::Brotli
There are a couple of issues in the Makefile.PL for IO::Compress::Brotli but the following issue is causing a failure that needs to be fixed first.
ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
Line 3655 in 2e79595
"\t\$(CP) \$(MYEXTLIB) \"\$\@\"\n"; |
It essentially attempts to copy multiple maned static library files to one file instead of to the directory.
A PR with a possible fix is coming shortly
Metadata
Metadata
Assignees
Labels
No labels