From: John Benediktsson Date: Thu, 16 Dec 2021 20:34:16 +0000 (-0800) Subject: build.cmd: fix. X-Git-Tag: 0.99~2205 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=0e820cb3fe824a70d5cfeda7b6d79bedb35064d6 build.cmd: fix. --- 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