Skip to content

Commit b555a77

Browse files
Hakerh400targos
authored andcommitted
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 <anna@addaleax.net> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
1 parent c90a070 commit b555a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ goto msbuild-found
315315
:msbuild-not-found
316316
echo Failed to find a suitable Visual Studio installation.
317317
echo Try to run in a "Developer Command Prompt" or consult
318-
echo https://github.com/nodejs/node/blob/master/BUILDING.md#windows-1
318+
echo https://github.com/nodejs/node/blob/master/BUILDING.md#windows
319319
goto exit
320320

321321
:msbuild-found

0 commit comments

Comments
 (0)