diff options
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-msvc-14.bat')
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-msvc-14.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-msvc-14.bat b/etc/bootstrap/bbot-bootstrap-msvc-14.bat index 4e317da..5a84951 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-14.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-14.bat @@ -120,7 +120,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 .. |