You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, vcpkg uses %LOCALAPPDATA%\vcpkg\archives as the default cache directory by default, and if you want to modify the default cache directory, you can use below option when you install a port: .\vcpkg.exe install xxx --binarysource=clear --binarysource="files,d:\\cache,readwrite"
The d:\\cache is the new cache path you wish to set.
Operating system
Windows 11
Compiler
MSVC
Steps to reproduce the behavior
Failure logs
ninja: error: build.ninja:5: bad $-escape (literal $ must be written as $$)
Additional context
My Windows username is
$
The text was updated successfully, but these errors were encountered: