aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-mingw.bat
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-20 15:36:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-20 15:36:55 +0200
commitc9c366bc5f77a806384ebf678fe4335c1422884c (patch)
treebf99bfe03b030685ca6b4a9963138b9e980229ad /bootstrap-mingw.bat
parent487e4c77e4131fd5f559fc793c8caaf1dcbc4917 (diff)
Adjust bootstrap not to need pre-generated version.hxx
Diffstat (limited to 'bootstrap-mingw.bat')
-rw-r--r--bootstrap-mingw.bat2
1 files changed, 1 insertions, 1 deletions
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