Perl-Toolchain-Gang / ExtUtils-MakeMaker

Perl module to make Makefiles and build modules (what backs Makefile.PL)
https://metacpan.org/release/ExtUtils-MakeMaker
64 stars 77 forks source link

Improve dlopen check on MacOS #385

Closed Leont closed 3 years ago

Leont commented 3 years ago

Previously we accidentally checked for a .bundle, when we should be checking for a .dylib

Confirmation it works here