File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ for %%e in (%libraries%) do (
65
65
git clone --depth 1 https://github.com/%ORG% /cpython-source-deps --branch %%e " %EXTERNALS_DIR% \%%e "
66
66
) else (
67
67
echo .Fetching %%e ...
68
- %PYTHON% -E " %PCBUILD% get_external.py" -O %ORG% -e " %EXTERNALS_DIR% " %%e
68
+ %PYTHON% -E " %PCBUILD% \ get_external.py" -O %ORG% -e " %EXTERNALS_DIR% " %%e
69
69
)
70
70
)
71
71
@@ -84,7 +84,7 @@ for %%b in (%binaries%) do (
84
84
git clone --depth 1 https://github.com/%ORG% /cpython-bin-deps --branch %%b " %EXTERNALS_DIR% \%%b "
85
85
) else (
86
86
echo .Fetching %%b ...
87
- %PYTHON% -E " %PCBUILD% get_external.py" -b -O %ORG% -e " %EXTERNALS_DIR% " %%b
87
+ %PYTHON% -E " %PCBUILD% \ get_external.py" -b -O %ORG% -e " %EXTERNALS_DIR% " %%b
88
88
)
89
89
)
90
90
You can’t perform that action at this time.
0 commit comments