mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
[docs] Add doc entry for VCPKG_FIXUP_ELF_RPATH
(#26040)
* Add doc entry for `VCPKG_FIXUP_ELF_RPATH` * Update spelling Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com> Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
This commit is contained in:
parent
1707f9ba57
commit
87e46921cc
1 changed files with 5 additions and 0 deletions
|
@ -191,6 +191,11 @@ Valid values are, for example, `14.25` or `14.27.29110`.
|
|||
If `VCPKG_CHAINLOAD_TOOLCHAIN_FILE` is used, VCPKG will not setup the Visual Studio environment.
|
||||
Setting `VCPKG_LOAD_VCVARS_ENV` to (true|1|on) changes this behavior so that the Visual Studio environment is setup following the same rules as if `VCPKG_CHAINLOAD_TOOLCHAIN_FILE` was not set.
|
||||
|
||||
## Linux Variables
|
||||
|
||||
### VCPKG_FIXUP_ELF_RPATH
|
||||
When this option is set to (true|1|on), vcpkg will add `$ORIGIN` and `$ORIGIN/<path_relative_to_lib>` to the `RUNPATH` header of executables and shared libraries. This allows packages to be relocated on Linux.
|
||||
|
||||
## MacOS Variables
|
||||
|
||||
### VCPKG_INSTALL_NAME_DIR
|
||||
|
|
Loading…
Reference in a new issue