git-svn-id: svn://db.shs.com.ru/pip@1043 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2020-04-16 15:13:01 +00:00
parent 92fff39a93
commit e916cfa76f

View File

@@ -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()) {