From 7c923ce3381bd27b3d6e4a9af593ffe89fa62e2e Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 18 May 2020 15:44:13 +0200 Subject: [PATCH] make.bat: use v.exe self instead of v self --- make.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.bat b/make.bat index a67b727623..840b0c2bf8 100644 --- a/make.bat +++ b/make.bat @@ -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