mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
vcpkg: Add root directory as env variable (#5312)
This commit is contained in:
parent
1e93800542
commit
a07d53a0e9
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user