mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 02:57:56 +08:00
[hotfix] Remove VSLANG=1033. It is causing a lot of Process creation failed with error code: 87
This commit is contained in:
parent
c8c332c893
commit
88d953a88d
@ -202,7 +202,7 @@ namespace vcpkg::System
|
||||
|
||||
env_cstr.append(Strings::to_utf16(NEW_PATH));
|
||||
env_cstr.push_back(L'\0');
|
||||
env_cstr.append(L"VSLANG=1033\0");
|
||||
// env_cstr.append(L"VSLANG=1033\0");
|
||||
|
||||
STARTUPINFOW startup_info;
|
||||
memset(&startup_info, 0, sizeof(STARTUPINFOW));
|
||||
|
Loading…
x
Reference in New Issue
Block a user