Skip to content

Commit

Permalink
build: remove unused label from vcbuild.bat
Browse files Browse the repository at this point in the history
Remove the :wix-not-found label and harmonize the spelling of "WiX".

PR-URL: #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>
Signed-off-by: Beth Griggs <Bethany.Griggs@uk.ibm.com>
  • Loading branch information
bnoordhuis authored and BethGriggs committed Apr 8, 2019
1 parent 0aea4d1 commit 7fe43bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,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
)
)
Expand All @@ -270,10 +270,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=
Expand Down

0 comments on commit 7fe43bd

Please sign in to comment.