mirror of
https://github.com/status-im/macdylibbundler.git
synced 2025-02-16 12:58:33 +00:00
set id as @rpath/name
This commit is contained in:
parent
9ae91a71ce
commit
a5d434d8ae
@ -220,7 +220,7 @@ void Dependency::copyYourself()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// fix the lib's inner name
|
// 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)
|
void Dependency::fixFileThatDependsOnMe(std::string file_to_fix)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user