diff --git a/build.bat b/build.bat index d7f6a8513e..48d17befb8 100644 --- a/build.bat +++ b/build.bat @@ -3,4 +3,4 @@ @echo off rem Requires a python 3.6 or higher install to be available in your PATH -python %~dp0\tools\ci_build\build.py --build_dir %~dp0\build\Windows %* \ No newline at end of file +python "%~dp0\tools\ci_build\build.py" --build_dir "%~dp0\build\Windows" %*