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"