deploy_tool/main.cpp

This commit is contained in:
2021-04-18 20:29:15 +03:00
parent 4c52b1bf5e
commit 7bed88b4e5

View File

@@ -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);
}