Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions 7 PCbuild/get_externals.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ if "%DO_FETCH%"=="false" goto end
if "%ORG%"=="" (set ORG=python)
call "%PCBUILD%find_python.bat" "%PYTHON%"

if "%PYTHON%"=="" (
where /Q git || echo Python 3.6 could not be found or installed, and git.exe is not on your PATH && exit /B 1
git 2>&1 > nul
if ERRORLEVEL 9009 (
if "%PYTHON%"=="" (
echo Python 3.6 could not be found or installed, and git.exe is not on your PATH && exit /B 1
)
)

echo.Fetching external libraries...
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.