From 3e888ccbc044f1b87140db8c8523d793fc7f6481 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Oct 2019 15:11:27 +0200 Subject: Fix copy/paste error in bbot-bootstrap-clang.bat --- etc/bootstrap/bbot-bootstrap-clang.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bootstrap/bbot-bootstrap-clang.bat b/etc/bootstrap/bbot-bootstrap-clang.bat index 5b7f52e..3fc7e67 100644 --- a/etc/bootstrap/bbot-bootstrap-clang.bat +++ b/etc/bootstrap/bbot-bootstrap-clang.bat @@ -136,7 +136,7 @@ cd %bstrap% @rem @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%^ +cmd /C build-clang.bat --make mingw32-make --make -j%NUMBER_OF_PROCESSORS%^ --timeout %TIMEOUT% --install-dir %INSTALL% --trust %trust% %CXX% @if errorlevel 1 goto error -- cgit v1.1