From b555a772ccccf5e2d3d90e3ef69ff32f9ae6f53d Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 4 Apr 2020 18:09:09 +0200 Subject: [PATCH] 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 Reviewed-By: Bartosz Sosnowski Reviewed-By: Gireesh Punathil Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Jiawen Geng --- vcbuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcbuild.bat b/vcbuild.bat index f8112e008a079e..31bc0b059ee91f 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -315,7 +315,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