From 9a81392e48e88ac4789107b100b93504d4ac713c Mon Sep 17 00:00:00 2001 From: ras0219 <533828+ras0219@users.noreply.github.com> Date: Thu, 17 Dec 2020 11:35:08 -0800 Subject: [vcpkg] `VCPKG_ENV_PASSTHROUGH_UNTRACKED` (#15115) * [vcpkg] Add VCPKG_ENV_PASSTHROUGH_UNTRACKED * [vcpkg] CR comments Co-authored-by: Robert Schumacher --- docs/users/triplets.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/users/triplets.md b/docs/users/triplets.md index 9903b197c..37efd590d 100644 --- a/docs/users/triplets.md +++ b/docs/users/triplets.md @@ -102,14 +102,20 @@ See the [`"supports"`](../maintainers/manifest-files.md#supports) manifest file ### VCPKG_ENV_PASSTHROUGH Instructs vcpkg to allow additional environment variables into the build process. -On Windows, vcpkg builds packages in a special clean environment that is isolated from the current command prompt to ensure build reliability and consistency. - -This triplet option can be set to a list of additional environment variables that will be added to the clean environment. +On Windows, vcpkg builds packages in a special clean environment that is isolated from the current command prompt to +ensure build reliability and consistency. This triplet option can be set to a list of additional environment variables +that will be added to the clean environment. The values of these environment variables will be hashed into the package +abi -- to pass through environment variables without abi tracking, see `VCPKG_ENV_PASSTHROUGH_UNTRACKED`. See also the `vcpkg env` command for how you can inspect the precise environment that will be used. > Implementers' Note: this list is extracted via the `vcpkg_get_tags` mechanism. +### VCPKG_ENV_PASSTHROUGH_UNTRACKED +Instructs vcpkg to allow additional environment variables into the build process without abi tracking. + +See `VCPKG_ENV_PASSTHROUGH`. + ### VCPKG_VISUAL_STUDIO_PATH Specifies the Visual Studio installation to use. -- cgit v1.2.3