git-svn-id: svn://db.shs.com.ru/pip@1039 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -386,7 +386,7 @@ void patchNameTool() {
|
||||
PIString fl = findLib(frameworkName(f));
|
||||
if (fl.isEmpty()) continue;
|
||||
patch_list << (out_dir + frameworkName(f) + "/" + frameworkInternalPath(f));
|
||||
PICout(DefaultControls) << "map" << f << "->" << (out_dir + frameworkName(f) + "/" + frameworkInternalPath(f));
|
||||
//PICout(DefaultControls) << "map" << f << "->" << (out_dir + frameworkName(f) + "/" + frameworkInternalPath(f));
|
||||
}
|
||||
piForeach (PIString local_lib, patch_list) {
|
||||
cmd = otool + " -L \"" + local_lib;
|
||||
|
||||
Reference in New Issue
Block a user