deploy_tool/main.cpp
This commit is contained in:
@@ -499,7 +499,7 @@ void patchRPath(const PIString & file, bool eval) {
|
|||||||
rp.prepend("\\$ORIGIN/");
|
rp.prepend("\\$ORIGIN/");
|
||||||
}
|
}
|
||||||
PIString cmd = "patchelf --set-rpath \"" + rp + "\" \"" + file + "\"";
|
PIString cmd = "patchelf --set-rpath \"" + rp + "\" \"" + file + "\"";
|
||||||
piCout << "set rpath" << file << cmd;
|
piCout << "set rpath" << file << "to" << rp;
|
||||||
execute(cmd);
|
execute(cmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user