deploy_tool/main.cpp
This commit is contained in:
@@ -494,7 +494,7 @@ void patchRPath(const PIString & file, bool eval) {
|
|||||||
PIString rp = rpath;
|
PIString rp = rpath;
|
||||||
if (eval) {
|
if (eval) {
|
||||||
PIFile::FileInfo fi(file);
|
PIFile::FileInfo fi(file);
|
||||||
PIString rp = PIDir(fi.dir()).relative(out_dir);
|
rp = PIDir(fi.dir()).relative(out_dir);
|
||||||
if (rp.isEmpty()) rp = ".";
|
if (rp.isEmpty()) rp = ".";
|
||||||
rp.prepend("\\$ORIGIN/");
|
rp.prepend("\\$ORIGIN/");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user