diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-20 14:44:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-20 14:44:03 +0200 |
commit | c6fc673cd6c4c7fe8a83dee928f09a6966e2693f (patch) | |
tree | eb25c3d8442c7cdbe635b0eb68dbf527525aeb00 /etc/bootstrap/bbot-bootstrap-msvc-15.bat | |
parent | d46a447c2998723ed5c9c02c7aa9009a82de196c (diff) |
Use build options in mingw/msvc bootstrap batch files
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-msvc-15.bat')
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-msvc-15.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-msvc-15.bat b/etc/bootstrap/bbot-bootstrap-msvc-15.bat index f1005ad..ff23896 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-15.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-15.bat @@ -118,7 +118,8 @@ cd %bstrap% @rem Note: executing in a separate cmd.exe to preserve the echo mode. @rem -cmd /C build-msvc.bat --timeout %TIMEOUT% %INSTALL% %trust% +cmd /C build-msvc.bat --timeout %TIMEOUT% --install-dir %INSTALL%^ + --trust %trust% @if errorlevel 1 goto error cd .. |