Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH property

This commit is contained in:
Jiang Yue
2019-07-12 11:33:36 +08:00
committed by Kyle Edwards
parent 579e27ec97
commit f08dcbffec
6 changed files with 49 additions and 7 deletions

View File

@@ -473,6 +473,7 @@ public:
/** Try to set the RPATH in an ELF binary. */
static bool ChangeRPath(std::string const& file, std::string const& oldRPath,
std::string const& newRPath,
bool removeEnvironmentRPath,
std::string* emsg = nullptr,
bool* changed = nullptr);