aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2020-12-17 11:35:08 -0800
committerGitHub <noreply@github.com>2020-12-17 11:35:08 -0800
commit9a81392e48e88ac4789107b100b93504d4ac713c (patch)
tree895a03748f7f93a09b23c22463c050ad0dabe896 /toolsrc/include
parenta268c5a7f1aa0e933924bc09d48d92f0120769e5 (diff)
downloadvcpkg-9a81392e48e88ac4789107b100b93504d4ac713c.tar.gz
vcpkg-9a81392e48e88ac4789107b100b93504d4ac713c.zip
[vcpkg] `VCPKG_ENV_PASSTHROUGH_UNTRACKED` (#15115)
* [vcpkg] Add VCPKG_ENV_PASSTHROUGH_UNTRACKED * [vcpkg] CR comments Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/build.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/build.h b/toolsrc/include/vcpkg/build.h
index 2e3c5fafa..88a12e5c1 100644
--- a/toolsrc/include/vcpkg/build.h
+++ b/toolsrc/include/vcpkg/build.h
@@ -213,6 +213,7 @@ namespace vcpkg::Build
Optional<ConfigurationType> build_type;
Optional<std::string> public_abi_override;
std::vector<std::string> passthrough_env_vars;
+ std::vector<std::string> passthrough_env_vars_tracked;
fs::path toolchain_file() const;
bool using_vcvars() const;