aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-09-28 16:51:16 +0200
committerGitHub <noreply@github.com>2020-09-28 07:51:16 -0700
commit0c1c43742dda69f9cc19c15e08592215c219bce9 (patch)
tree0b952eb044d2c95c70fe28da0d4c23e6b59d8149 /docs
parent8776756e08dddfc47b209eebfec5c927f14c7c74 (diff)
downloadvcpkg-0c1c43742dda69f9cc19c15e08592215c219bce9.tar.gz
vcpkg-0c1c43742dda69f9cc19c15e08592215c219bce9.zip
[vcpkg] add env var VCPKG_OVERLAY_TRIPLETS (#12790)
* [vcpkg] add env var VCPKG_OVERLAY_TRIPLETS * shorten way to complicated doc * run clang format * Apply CR Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> * Apply CR2 Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/users/config-environment.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users/config-environment.md b/docs/users/config-environment.md
index 22f7ff84a..9b32816cb 100644
--- a/docs/users/config-environment.md
+++ b/docs/users/config-environment.md
@@ -46,6 +46,12 @@ the platform dependent PATH seperator (Windows `;` | others `:`)
Example (Windows): `C:\custom-ports\boost;C:\custom-ports\sqlite3`
+#### VCPKG_OVERLAY_TRIPLETS
+
+This environment variable allows users to add directories to search for triplets.
+[Example: overlay triplets](../examples/overlay-triplets-linux-dynamic.md).
+List paths to overlays using the platform dependent PATH seperator (Windows `;`, others `:`)
+
#### VCPKG_FORCE_SYSTEM_BINARIES
This environment variable, if set, suppresses the downloading of CMake and Ninja and forces the use of the system binaries.