diff --git a/build.bat b/build.bat index 187591191c8e8..d0c6cbcddd669 100644 --- a/build.bat +++ b/build.bat @@ -2,5 +2,9 @@ :: Licensed under the MIT License. @echo off + +setlocal +set PATH=C:\Program Files\Git\usr\bin;%PATH% + rem Requires a Python install to be available in your PATH python "%~dp0\tools\ci_build\build.py" --build_dir "%~dp0\build\Windows" %*