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
30
30
:fetch
31
31
32
32
if " %ORG% " == " " (set ORG=python)
33
- call " %PCBUILD% find_python.bat" " %PYTHON% "
33
+ call " %PCBUILD% \ find_python.bat" " %PYTHON% "
34
34
35
35
git 2 >& 1 > nul
36
36
if ERRORLEVEL 9009 (
@@ -61,7 +61,7 @@ for %%e in (%libraries%) do (
61
61
git clone --depth 1 https://github.com/%ORG% /cpython-source-deps --branch %%e " %EXTERNALS_DIR% \%%e "
62
62
) else (
63
63
echo .Fetching %%e ...
64
- %PYTHON% " %PCBUILD% get_external.py" -O %ORG% %%e
64
+ %PYTHON% " %PCBUILD% \ get_external.py" -O %ORG% %%e
65
65
)
66
66
)
67
67
@@ -79,7 +79,7 @@ for %%b in (%binaries%) do (
79
79
git clone --depth 1 https://github.com/%ORG% /cpython-bin-deps --branch %%b " %EXTERNALS_DIR% \%%b "
80
80
) else (
81
81
echo .Fetching %%b ...
82
- %PYTHON% " %PCBUILD% get_external.py" -b -O %ORG% %%b
82
+ %PYTHON% " %PCBUILD% \ get_external.py" -b -O %ORG% %%b
83
83
)
84
84
)
85
85
You can’t perform that action at this time.
0 commit comments