mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
make.bat: use v.exe -cc msvc self when bootstrapping with msvc
This commit is contained in:
parent
2eac2a5c0c
commit
bf92a8b80e
1 changed files with 1 additions and 1 deletions
2
make.bat
2
make.bat
|
@ -79,7 +79,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.exe self
|
v.exe -cc msvc 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%
|
||||||
del %ObjFile%
|
del %ObjFile%
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue