Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
Alien-Base: Merge pull request #64 from plicease/mswin32_paths
Browse files Browse the repository at this point in the history
Alien-Base: 
Alien-Base: Mswin32 paths
  • Loading branch information
mohawk2 committed Sep 8, 2014
2 parents 1c69d0c + 3585141 commit df45f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Alien/Base.pm
Expand Up @@ -55,7 +55,7 @@ sub import {

push @DynaLoader::dl_resolve_using, @libpaths;

my @librefs = map { DynaLoader::dl_load_file( $_, 0x01 ) } @libpaths;
my @librefs = map { DynaLoader::dl_load_file( $_, 0x01 ) } grep !/\.(a|lib)$/, @libpaths;
push @DynaLoader::dl_librefs, @librefs;

}
Expand Down

0 comments on commit df45f02

Please sign in to comment.