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 4e83947 commit 21a441dCopy full SHA for 21a441d
lib/ExtUtils/Liblist/Kid.pm
@@ -174,8 +174,8 @@ 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 ) )
+ elsif ( $^O eq 'darwin' && require DynaLoader && defined &DynaLoader::dl_load_file
+ && DynaLoader::dl_load_file( $fullname = "$thispth/lib$thislib.$so", 0 ) )
179
180
181
elsif ( -f ( $fullname = "$thispth/$thislib$Config_libext" ) ) {
0 commit comments