From c6fc673cd6c4c7fe8a83dee928f09a6966e2693f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Oct 2017 14:44:03 +0200 Subject: Use build options in mingw/msvc bootstrap batch files --- etc/bootstrap/bbot-bootstrap-mingw.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/bootstrap/bbot-bootstrap-mingw.bat') diff --git a/etc/bootstrap/bbot-bootstrap-mingw.bat b/etc/bootstrap/bbot-bootstrap-mingw.bat index a3ffa04..0af0bf2 100644 --- a/etc/bootstrap/bbot-bootstrap-mingw.bat +++ b/etc/bootstrap/bbot-bootstrap-mingw.bat @@ -137,7 +137,7 @@ cd %bstrap% @rem Note: executing in a separate cmd.exe to preserve the echo mode. @rem cmd /C build-mingw.bat --make mingw32-make --make -j%NUMBER_OF_PROCESSORS%^ - --timeout %TIMEOUT% g++ %INSTALL% %trust% + --timeout %TIMEOUT% --install-dir %INSTALL% --trust %trust% g++ @if errorlevel 1 goto error cd .. -- cgit v1.1