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 @@ -31,7 +31,7 @@ if "%DO_FETCH%"=="false" goto end
31
31
32
32
if " %ORG% " == " " (set ORG=python)
33
33
34
- call " %PCBUILD% find_python.bat" " %PYTHON% "
34
+ call " %PCBUILD% \ find_python.bat" " %PYTHON% "
35
35
36
36
if " %PYTHON% " == " " (
37
37
where /Q git || echo Python 3.6 could not be found or installed, and git.exe is not on your PATH && exit /B 1
@@ -56,7 +56,7 @@ for %%e in (%libraries%) do (
56
56
git clone --depth 1 https://github.com/%ORG% /cpython-source-deps --branch %%e " %EXTERNALS_DIR% \%%e "
57
57
) else (
58
58
echo .Fetching %%e ...
59
- %PYTHON% " %PCBUILD% get_external.py" -O %ORG% %%e
59
+ %PYTHON% " %PCBUILD% \ get_external.py" -O %ORG% %%e
60
60
)
61
61
)
62
62
@@ -74,7 +74,7 @@ for %%b in (%binaries%) do (
74
74
git clone --depth 1 https://github.com/%ORG% /cpython-bin-deps --branch %%b " %EXTERNALS_DIR% \%%b "
75
75
) else (
76
76
echo .Fetching %%b ...
77
- %PYTHON% " %PCBUILD% get_external.py" -b -O %ORG% %%b
77
+ %PYTHON% " %PCBUILD% \ get_external.py" -b -O %ORG% %%b
78
78
)
79
79
)
80
80
You can’t perform that action at this time.
0 commit comments