From c9c366bc5f77a806384ebf678fe4335c1422884c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 20 Aug 2017 15:36:55 +0200 Subject: Adjust bootstrap not to need pre-generated version.hxx --- bootstrap-mingw.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap-mingw.bat') diff --git a/bootstrap-mingw.bat b/bootstrap-mingw.bat index 7884569..fbec68a 100644 --- a/bootstrap-mingw.bat +++ b/bootstrap-mingw.bat @@ -96,7 +96,7 @@ rem rem Note that echo does not override errorlevel. rem echo on -%cxx% -I%libbutl% -I. -DBUILD2_HOST_TRIPLET=\"i686-w64-mingw32\" %ops% -o build2\b-boot.exe %src% -limagehlp +%cxx% -I%libbutl% -I. -DBUILD2_BOOTSTRAP -DBUILD2_HOST_TRIPLET=\"i686-w64-mingw32\" %ops% -o build2\b-boot.exe %src% -limagehlp @echo off if errorlevel 1 goto error -- cgit v1.1