From a07d53a0e9dbe30288cb7e136fe2cd5ef7856170 Mon Sep 17 00:00:00 2001 From: CGMossa Date: Sat, 9 Dec 2023 22:52:57 +0100 Subject: [PATCH] vcpkg: Add root directory as env variable (#5312) --- bucket/vcpkg.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 02821e79c7..d8ddeac426 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -11,6 +11,9 @@ "keep": true }, "bin": "vcpkg.exe", + "env_set": { + "VCPKG_ROOT": "$dir" + }, "post_install": "vcpkg integrate install", "uninstaller": { "script": "vcpkg integrate remove"