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,10 +256,12 @@ void procLdd(PIString file, bool ext_lib = false, int cur_depth = 0) {
l.cutLeft(1).cutRight(1).trim(); l.cutLeft(1).cutRight(1).trim();
if (l.isEmpty()) continue; if (l.isEmpty()) continue;
if (!otool.isEmpty()) { if (!otool.isEmpty()) {
if (!l.startsWith("/usr/local/opt")) {
PIFile::FileInfo fi; PIFile::FileInfo fi;
fi.path = l; fi.path = l;
l = fi.name(); l = fi.name();
} }
}
PIString flp = findLib(l); PIString flp = findLib(l);
if (flp.isEmpty()) { if (flp.isEmpty()) {
//piCout << "Can`t find" << l; //piCout << "Can`t find" << l;