summaryrefslogtreecommitdiffstats
path: root/tools/buildsteps/windows/win32-uwp/bootstrap-addons.bat
blob: 0f67ddb51088e0a0240061b95990e8fc35dd5e1f (plain)
1
2
3
4
5
6
7
8
9
10
11
@ECHO OFF

PUSHD %~dp0\..
CALL vswhere.bat x86 store
IF ERRORLEVEL 1 (
  ECHO ERROR! bootstrap-addons.bat: Something went wrong when calling vswhere.bat
  POPD
  EXIT /B 1
)
CALL bootstrap-addons %*
POPD