Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions tools/setup-buildtools.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ if ERRORLEVEL 0 (
vswhere -property installationPath
)

REM Install tools needed to build SDK with either Visual Studio or CMake
choco install -y cmake svn git llvm zip
REM Install baseline tools needed to build SDK with either Visual Studio or CMake
REM LLVM is optional and handled below when INSTALL_LLVM is defined.
choco install -y cmake svn git zip

REM Try to autodetect Visual Studio
call "%~dp0\vcvars.cmd"
Expand Down
Loading