Add 'isRpath' definition forgot in PR
This commit is contained in:
parent
7cf93807a1
commit
8056cb70ae
|
@ -47,6 +47,11 @@ void changeLibPathsOnFile(std::string file_to_fix)
|
|||
}
|
||||
}
|
||||
|
||||
bool isRpath(const std::string& path)
|
||||
{
|
||||
return path.find("@rpath") == 0;
|
||||
}
|
||||
|
||||
void collectRpaths(const std::string& filename)
|
||||
{
|
||||
if (!fileExists(filename))
|
||||
|
|
Loading…
Reference in New Issue