diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-27 09:59:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-27 09:59:34 +0200 |
commit | d973a3dfd2fa39c14a1995e4a6d59bb08e88f37b (patch) | |
tree | 74ef130937fd565bc445a5a1f01eee4b94ef03d3 /bootstrap-mingw.bat | |
parent | 28c69585d564a85b5f7cf84d690deac453067a70 (diff) |
Change bootstrap target on Windows from i686 to x86_64
Seeing that we have dropped 32-bit baseutils, this feels like the correct
default.
Diffstat (limited to 'bootstrap-mingw.bat')
-rw-r--r-- | bootstrap-mingw.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-mingw.bat b/bootstrap-mingw.bat index e4caf8e..46eb0a4 100644 --- a/bootstrap-mingw.bat +++ b/bootstrap-mingw.bat @@ -106,7 +106,7 @@ for %%d in (%src%) do ( ) echo on -%cxx% -I%libbutl% -I. -DBUILD2_BOOTSTRAP -DBUILD2_HOST_TRIPLET=\"i686-w64-mingw32\" %ops% -o build2\b-boot.exe %r% -limagehlp +%cxx% -I%libbutl% -I. -DBUILD2_BOOTSTRAP -DBUILD2_HOST_TRIPLET=\"x86_64-w64-mingw32\" %ops% -o build2\b-boot.exe %r% -limagehlp @echo off if errorlevel 1 goto error |