set id as @rpath/name

This commit is contained in:
SCG82 2019-12-29 09:20:22 -08:00
parent 9ae91a71ce
commit a5d434d8ae
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ void Dependency::copyYourself()
}
// fix the lib's inner name
changeId(install_path, inner_path);
changeId(install_path, "@rpath/"+new_name);
}
void Dependency::fixFileThatDependsOnMe(std::string file_to_fix)