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 2b47d0c commit 8b924f6Copy full SHA for 8b924f6
lib/ExtUtils/Liblist/Kid.pm
@@ -174,6 +174,10 @@ sub _unix_os2_ext {
174
&& -f ( $fullname = "$thispth/lib$thislib.$Config_dlext" ) )
175
{
176
}
177
+ elsif ( defined( $Config_dlext ) && $^O eq 'darwin' && require DynaLoader && defined &DynaLoader::dl_load_file
178
+ && DynaLoader::dl_load_file( $fullname = "$thispth/lib$thislib.$Config_dlext", 0 ) )
179
+ {
180
+ }
181
elsif ( -f ( $fullname = "$thispth/$thislib$Config_libext" ) ) {
182
183
elsif ( -f ( $fullname = "$thispth/lib$thislib.dll$Config_libext" ) ) {
0 commit comments