git-svn-id: svn://db.shs.com.ru/libs@859 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -380,6 +380,7 @@ int main(int argc, char * argv[]) {
|
|||||||
if (depth > 0)
|
if (depth > 0)
|
||||||
procLdd(bin);
|
procLdd(bin);
|
||||||
piForeach (PIString & s, add_libs) {
|
piForeach (PIString & s, add_libs) {
|
||||||
|
if (s.isEmpty()) continue;
|
||||||
piCout << s << "->" << findLib(s);
|
piCout << s << "->" << findLib(s);
|
||||||
procLdd(findLib(s), true);
|
procLdd(findLib(s), true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user