mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Fixed to properly catch multiply defined symbols.
This commit is contained in:
parent
9dc7ebc152
commit
d94cb57143
@ -39,7 +39,7 @@ while ( ( my $symbol, my $info ) = each %$symbols ) {
|
||||
$problems->{$_}->{nonexistent}->{$symbol} = 1 foreach @requires;
|
||||
} elsif ( @provides > 1 ) {
|
||||
# Symbol defined in multiple objects
|
||||
$problems->{$_}->{multiples}->{$symbol} = 1 foreach @requires;
|
||||
$problems->{$_}->{multiples}->{$symbol} = 1 foreach @provides;
|
||||
}
|
||||
if ( @requires == 0 ) {
|
||||
# Symbol not required
|
||||
|
Loading…
Reference in New Issue
Block a user