git-svn-id: svn://db.shs.com.ru/pip@1045 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -418,7 +418,7 @@ void patchNameTool() {
|
||||
new_path = "@executable_path/../Frameworks/" + fname + "/" + frameworkInternalPath(sys_lib);
|
||||
piCout << " depend on framework" << fl;
|
||||
}
|
||||
if (!new_path.isEmpty() && (sys_lib != new_path)) {
|
||||
if (!new_path.isEmpty()) {
|
||||
cmd = nametool + " -change \"" + sys_lib + "\"";
|
||||
cmd += " \"" + new_path + "\"";
|
||||
cmd += " \"" + local_lib + "\" 2> /dev/null";
|
||||
|
||||
Reference in New Issue
Block a user