summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <hakerh403@gmail.com>2020-04-04 18:09:09 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2020-04-28 13:58:30 +0200
commitbd40a8b3d7de1bb706152d2ae97c48cbb6dff20d (patch)
treee256f8e50928f74653ed18dbb587d03fd75b356a
parentbe55aac1ade0497086cbe5a962d506fd0b81eb14 (diff)
downloadnode-new-bd40a8b3d7de1bb706152d2ae97c48cbb6dff20d.tar.gz
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: https://github.com/nodejs/node/pull/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>
-rw-r--r--vcbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 3d8df20542..22c3e237ac 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -321,7 +321,7 @@ goto msbuild-found
:msbuild-not-found
echo Failed to find a suitable Visual Studio installation.
echo Try to run in a "Developer Command Prompt" or consult
-echo https://github.com/nodejs/node/blob/master/BUILDING.md#windows-1
+echo https://github.com/nodejs/node/blob/master/BUILDING.md#windows
goto exit
:msbuild-found