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