aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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.