Skip to content

Commit

Permalink
smpeg detection fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Feb 16, 2010
1 parent 77421db commit 88d2e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/My/Builder.pm
Expand Up @@ -198,7 +198,7 @@ sub set_config_data {
foreach my $full (@shlibs) {
my ($v, $d, $f) = splitpath($full);
$tmp{ catpath($v, $d, '') } = 1;
if ($f =~ /^(lib)?(smpeg)/) {
if ($f =~ /smpeg/) {
$shlib_map{smpeg} = $full;
}
elsif ($f =~ /^(lib)?(SDL_[a-zA-Z]{2,8})[^a-zA-Z]/) {
Expand Down

0 comments on commit 88d2e22

Please sign in to comment.