build: fix misleading vcbuild.bat error message

This commit is contained in:
Marc Schlaich 2013-02-25 11:27:40 +01:00 committed by Ben Noordhuis
parent 6ba6f4b4d6
commit ce1a266c05

View File

@ -77,7 +77,7 @@ if errorlevel 1 goto gyp_install_failed
goto have_gyp
:gyp_install_failed
echo Failed to download gyp. Make sure you have subversion installed, or
echo Failed to download gyp. Make sure you have git installed, or
echo manually install gyp into %~dp0build\gyp.
goto exit