summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorTsarevich Dmitry <dimhotepus@users.noreply.github.com>2016-02-14 00:17:23 +0300
committerRod Vagg <rod@vagg.org>2016-02-16 15:43:48 +1100
commitf431984f566ddb7d34ef0126a22be242856b5dc9 (patch)
tree7f938b154e7de917f7762975da8e77c43707171b /vcbuild.bat
parente9ac83ab35807c8d4b765743cc1782141aebc490 (diff)
downloadandroid-node-v8-f431984f566ddb7d34ef0126a22be242856b5dc9.tar.gz
android-node-v8-f431984f566ddb7d34ef0126a22be242856b5dc9.tar.bz2
android-node-v8-f431984f566ddb7d34ef0126a22be242856b5dc9.zip
build: skip msi build if WiX is not found
If none of VS2013/VS2015 WiX installs are found on a builder machine, skip node build and notify user about. PR-URL: https://github.com/nodejs/node/pull/5220 Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 8b2c67b50f..7ed19b22bc 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -148,7 +148,7 @@ if defined msi (
if not exist "%WIX%\SDK\VS2013" (
echo Failed to find WiX install for Visual Studio 2013
echo VS2013 support for WiX is only present starting at version 3.8
- goto vc-set-2012
+ goto wix-not-found
)
)
if "%VCVARS_VER%" NEQ "120" (