make.bat: use v.exe self instead of v self
parent
d325cdba0d
commit
7c923ce338
4
make.bat
4
make.bat
|
@ -36,7 +36,7 @@ if %ERRORLEVEL% NEQ 0 (
|
||||||
|
|
||||||
REM remove the -prod parameter to shorten compilation time,
|
REM remove the -prod parameter to shorten compilation time,
|
||||||
REM and it will be restored when v is a stable version.
|
REM and it will be restored when v is a stable version.
|
||||||
v self
|
v.exe self
|
||||||
if %ERRORLEVEL% NEQ 0 (
|
if %ERRORLEVEL% NEQ 0 (
|
||||||
echo v.exe failed to compile itself - Create an issue at 'https://github.com/vlang'
|
echo v.exe failed to compile itself - Create an issue at 'https://github.com/vlang'
|
||||||
rd /s /q vc
|
rd /s /q vc
|
||||||
|
@ -78,7 +78,7 @@ if %ERRORLEVEL% NEQ 0 (
|
||||||
|
|
||||||
REM remove the -prod parameter to shorten compilation time,
|
REM remove the -prod parameter to shorten compilation time,
|
||||||
REM and it will be restored when v is a stable version.
|
REM and it will be restored when v is a stable version.
|
||||||
v self
|
v.exe self
|
||||||
if %ERRORLEVEL% NEQ 0 (
|
if %ERRORLEVEL% NEQ 0 (
|
||||||
echo V failed to build itself with error %ERRORLEVEL%
|
echo V failed to build itself with error %ERRORLEVEL%
|
||||||
rd /s /q vc
|
rd /s /q vc
|
||||||
|
|
Loading…
Reference in New Issue