From 0c1c43742dda69f9cc19c15e08592215c219bce9 Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Mon, 28 Sep 2020 16:51:16 +0200 Subject: [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 Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> Co-authored-by: nicole mazzuca Co-authored-by: Billy Robert O'Neal III Co-authored-by: Robert Schumacher --- docs/users/config-environment.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/users') 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. -- cgit v1.2.3