make.bat: use v.exe self instead of v self

pull/4945/head
Alexander Medvednikov 2020-05-18 15:44:13 +02:00
parent d325cdba0d
commit 7c923ce338
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ if %ERRORLEVEL% NEQ 0 (
REM remove the -prod parameter to shorten compilation time,
REM and it will be restored when v is a stable version.
v self
v.exe self
if %ERRORLEVEL% NEQ 0 (
echo v.exe failed to compile itself - Create an issue at 'https://github.com/vlang'
rd /s /q vc
@ -78,7 +78,7 @@ if %ERRORLEVEL% NEQ 0 (
REM remove the -prod parameter to shorten compilation time,
REM and it will be restored when v is a stable version.
v self
v.exe self
if %ERRORLEVEL% NEQ 0 (
echo V failed to build itself with error %ERRORLEVEL%
rd /s /q vc