aboutsummaryrefslogtreecommitdiff
path: root/buildtools/get_build_deps.cmd
blob: fe2422716aebbdbe32b79c75753370b26d45493d (plain) (blame)
1
2
3
4
5
6
7
8
@echo Getting build tool dependencies for %1 ...
@call "%~dp0packman\packman.cmd" pull "%~dp0build_platform_deps.xml" --platform %1
@if %ERRORLEVEL% neq 0 (
    @exit /b %errorlevel%
) else (
    @echo Done!
)