summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
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" (