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