Skip to content

Commit 91e30e3

Browse files
Hakerh400BethGriggs
authored andcommittedApr 28, 2020
build: fix vcbuild error for missing Visual Studio
The previous error was wrongly redirecting users to the ICU installation steps, which is unrelated to missing Visual Studio. PR-URL: #32658 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Bartosz Sosnowski <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent 14e559d commit 91e30e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎vcbuild.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ goto msbuild-found
321321
:msbuild-not-found
322322
echo Failed to find a suitable Visual Studio installation.
323323
echo Try to run in a "Developer Command Prompt" or consult
324-
echo https://github.com/nodejs/node/blob/master/BUILDING.md#windows-1
324+
echo https://github.com/nodejs/node/blob/master/BUILDING.md#windows
325325
goto exit
326326

327327
:msbuild-found

0 commit comments

Comments
 (0)
Please sign in to comment.