diff options
Diffstat (limited to 'etc')
-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 |