diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-07 15:11:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-07 15:11:27 +0200 |
commit | 3e888ccbc044f1b87140db8c8523d793fc7f6481 (patch) | |
tree | 4701518440067f15115a9d516333bc932a9839fd /etc/bootstrap | |
parent | 1967d67234b79ca7555a4dddda2b4761b10de250 (diff) |
Fix copy/paste error in bbot-bootstrap-clang.bat
Diffstat (limited to 'etc/bootstrap')
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-clang.bat | 2 |
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 |