Skip to content

Commit

Permalink
Revert "build: work around bug in MSBuild v16.10.0"
Browse files Browse the repository at this point in the history
This reverts commit 3457130.

Visual Studio v16.10.1 is out.

Closes: #38872

PR-URL: #38977
Fixes: #38872
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
targos authored and nodejs-github-bot committed Jun 15, 2021
1 parent 7a9635b commit 842554f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vcbuild.bat
Expand Up @@ -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
Expand Down

0 comments on commit 842554f

Please sign in to comment.