From bf92a8b80e54bf875a6460d28b8a620a2fda90c1 Mon Sep 17 00:00:00 2001 From: Emily Hudson Date: Mon, 25 May 2020 17:32:33 +0100 Subject: [PATCH] make.bat: use v.exe -cc msvc self when bootstrapping with msvc --- make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.bat b/make.bat index c83621a823..6522139c75 100644 --- a/make.bat +++ b/make.bat @@ -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%