summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2019-03-25 11:43:21 +0100
committerMichaƫl Zasso <targos@protonmail.com>2019-03-30 13:20:47 +0100
commit534d0dc5a85d650924c822bd8976e893b3679159 (patch)
tree50e11d154a4d2f3440ec40519a8f855d57755c0c
parenta3cf96c76f92e39c8bf8121525275ed07063fda9 (diff)
downloadandroid-node-v8-534d0dc5a85d650924c822bd8976e893b3679159.tar.gz
android-node-v8-534d0dc5a85d650924c822bd8976e893b3679159.tar.bz2
android-node-v8-534d0dc5a85d650924c822bd8976e893b3679159.zip
build: remove unused label from vcbuild.bat
Remove the :wix-not-found label and harmonize the spelling of "WiX". PR-URL: https://github.com/nodejs/node/pull/26901 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
-rw-r--r--vcbuild.bat6
1 files changed, 1 insertions, 5 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 192d3b983c..3128bc5db4 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -239,7 +239,7 @@ if defined msi (
goto msbuild-not-found
)
if not exist "%VCINSTALLDIR%\..\MSBuild\Microsoft\WiX" (
- echo Failed to find the Wix Toolset Visual Studio 2017 Extension
+ echo Failed to find the WiX Toolset Visual Studio 2017 Extension
goto msbuild-not-found
)
)
@@ -266,10 +266,6 @@ echo Try to run in a "Developer Command Prompt" or consult
echo https://github.com/nodejs/node/blob/master/BUILDING.md#windows-1
goto exit
-:wix-not-found
-echo Build skipped. To generate installer, you need to install Wix.
-goto install-doctools
-
:msbuild-found
set project_generated=