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

make.bat: use v.exe -cc msvc self when bootstrapping with msvc

This commit is contained in:
Emily Hudson 2020-05-25 17:32:33 +01:00 committed by GitHub
parent 2eac2a5c0c
commit bf92a8b80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,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.exe self
v.exe -cc msvc self
if %ERRORLEVEL% NEQ 0 (
echo V failed to build itself with error %ERRORLEVEL%
del %ObjFile%