Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2021-06-09 09:32:46 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2021-06-21 18:08:06 +0300
commit7f225a05eefa6908890b0f09deae175ad3841bc5 (patch)
tree44e41708087aed0b8e3c12e51546806eb78c773d /vcbuild.bat
parentcf9d686c353c5658048e8cfa999363cc848d43a4 (diff)
Revert "build: work around bug in MSBuild v16.10.0"
This reverts commit 3457130eb623dff8c40315401485fc368aad5bc1. Visual Studio v16.10.1 is out. Closes: https://github.com/nodejs/node/issues/38872 PR-URL: https://github.com/nodejs/node/pull/38977 Fixes: https://github.com/nodejs/node/issues/38872 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 694277ff882..254adfc9910 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -334,8 +334,6 @@ if "%target%"=="Build" (
if defined cctest set target="Build"
)
if "%target%"=="node" if exist "%config%\cctest.exe" del "%config%\cctest.exe"
-@rem TODO(targos): Remove next line after MSBuild 16.10.1 is released.
-if "%target%"=="node" set target="Build"
if defined msbuild_args set "extra_msbuild_args=%extra_msbuild_args% %msbuild_args%"
@rem Setup env variables to use multiprocessor build
set UseMultiToolTask=True