From 0e820cb3fe824a70d5cfeda7b6d79bedb35064d6 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 16 Dec 2021 12:34:16 -0800 Subject: [PATCH] build.cmd: fix. --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cmd b/build.cmd index f80f59bd07..04999999d7 100644 --- a/build.cmd +++ b/build.cmd @@ -32,7 +32,7 @@ if "%1"=="/?" ( ) else if "%1"=="self-bootstrap" ( set _git_pull=1 set _compile_vm=0 - set _bootimage="make" + set _bootimage=make set _bootstrap_factor=1 ) else if "%1"=="bootstrap" ( set _git_pull=0 -- 2.34.1