File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if "%DO_FETCH%"=="false" goto end
3030:fetch
3131
3232if " %ORG% " == " " (set ORG=python)
33- call " %PCBUILD% find_python.bat" " %PYTHON% "
33+ call " %PCBUILD% \ find_python.bat" " %PYTHON% "
3434
3535git 2 >& 1 > nul
3636if ERRORLEVEL 9009 (
@@ -61,7 +61,7 @@ for %%e in (%libraries%) do (
6161 git clone --depth 1 https://github.com/%ORG% /cpython-source-deps --branch %%e " %EXTERNALS_DIR% \%%e "
6262 ) else (
6363 echo .Fetching %%e ...
64- %PYTHON% " %PCBUILD% get_external.py" -O %ORG% %%e
64+ %PYTHON% " %PCBUILD% \ get_external.py" -O %ORG% %%e
6565 )
6666)
6767
@@ -79,7 +79,7 @@ for %%b in (%binaries%) do (
7979 git clone --depth 1 https://github.com/%ORG% /cpython-bin-deps --branch %%b " %EXTERNALS_DIR% \%%b "
8080 ) else (
8181 echo .Fetching %%b ...
82- %PYTHON% " %PCBUILD% get_external.py" -b -O %ORG% %%b
82+ %PYTHON% " %PCBUILD% \ get_external.py" -b -O %ORG% %%b
8383 )
8484)
8585
You can’t perform that action at this time.
0 commit comments