mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-06 07:39:16 +08:00
parent
7a0c97b6b3
commit
eb8efe7ca5
@ -295,6 +295,8 @@ namespace vcpkg
|
||||
env_cstr.push_back(L'\0');
|
||||
env_cstr.append(L"VSLANG=1033");
|
||||
env_cstr.push_back(L'\0');
|
||||
env_cstr.append(L"VSCMD_SKIP_SENDTELEMETRY=1");
|
||||
env_cstr.push_back(L'\0');
|
||||
|
||||
for (const auto& item : extra_env)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user