git-svn-id: svn://db.shs.com.ru/pip@1043 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -256,9 +256,11 @@ void procLdd(PIString file, bool ext_lib = false, int cur_depth = 0) {
|
||||
l.cutLeft(1).cutRight(1).trim();
|
||||
if (l.isEmpty()) continue;
|
||||
if (!otool.isEmpty()) {
|
||||
PIFile::FileInfo fi;
|
||||
fi.path = l;
|
||||
l = fi.name();
|
||||
if (!l.startsWith("/usr/local/opt")) {
|
||||
PIFile::FileInfo fi;
|
||||
fi.path = l;
|
||||
l = fi.name();
|
||||
}
|
||||
}
|
||||
PIString flp = findLib(l);
|
||||
if (flp.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user