aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-10-07 15:11:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-10-07 15:11:27 +0200
commit3e888ccbc044f1b87140db8c8523d793fc7f6481 (patch)
tree4701518440067f15115a9d516333bc932a9839fd
parent1967d67234b79ca7555a4dddda2b4761b10de250 (diff)
Fix copy/paste error in bbot-bootstrap-clang.bat
-rw-r--r--etc/bootstrap/bbot-bootstrap-clang.bat2
1 files changed, 1 insertions, 1 deletions
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