aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_build.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/commands_build.cpp')
-rw-r--r--toolsrc/src/commands_build.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/commands_build.cpp b/toolsrc/src/commands_build.cpp
index 2159cec2c..98f0cbbb0 100644
--- a/toolsrc/src/commands_build.cpp
+++ b/toolsrc/src/commands_build.cpp
@@ -38,8 +38,8 @@ namespace vcpkg::Commands::Build
}
// If these environment variables are set while running the VS2017 developer prompt, it will not correctly initialize the build environment.
- _wputenv_s(L"VSINSTALLDIR", L"");
- _wputenv_s(L"DevEnvDir", L"");
+ System::set_environmental_variable(L"VSINSTALLDIR", L"");
+ System::set_environmental_variable(L"DevEnvDir", L"");
const fs::path ports_cmake_script_path = paths.ports_cmake;
const Environment::vcvarsall_and_platform_toolset vcvarsall_bat = Environment::get_vcvarsall_bat(paths);