vcpkg: Add root directory as env variable (#5312)

This commit is contained in:
CGMossa 2023-12-09 22:52:57 +01:00 committed by GitHub
parent 1e93800542
commit a07d53a0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@
"keep": true "keep": true
}, },
"bin": "vcpkg.exe", "bin": "vcpkg.exe",
"env_set": {
"VCPKG_ROOT": "$dir"
},
"post_install": "vcpkg integrate install", "post_install": "vcpkg integrate install",
"uninstaller": { "uninstaller": {
"script": "vcpkg integrate remove" "script": "vcpkg integrate remove"