suppress some invalid message during genimage
This commit is contained in:
parent
17b29dcd17
commit
b99e85f108
@ -831,7 +831,7 @@ sub getlibs {
|
||||
my @libs = split/\n/,$liblist;
|
||||
my @return;
|
||||
foreach (@libs) {
|
||||
if(/statically linked/){
|
||||
if(/statically linked/ or /not a dynamic executable/){
|
||||
return;
|
||||
}
|
||||
unless (/=>/) {
|
||||
|
Loading…
Reference in New Issue
Block a user