1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This commit is contained in:
Alexander Medvednikov 2020-05-18 15:44:13 +02:00
parent d325cdba0d
commit 7c923ce338

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