mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 12:03:02 +08:00
Specify VSLANG=1033 to use english locale in builds
Resolves several locale-specific issues outside our control
This commit is contained in:
parent
d165543c12
commit
c9642097a8
@ -202,6 +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");
|
||||
|
||||
STARTUPINFOW startup_info;
|
||||
memset(&startup_info, 0, sizeof(STARTUPINFOW));
|
||||
|
Loading…
Reference in New Issue
Block a user