[hotfix] Remove VSLANG=1033. It is causing a lot of Process creation failed with error code: 87

This commit is contained in:
Alexander Karatarakis 2017-12-01 05:57:47 -08:00
parent c8c332c893
commit 88d953a88d

View File

@ -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));