Skip to content
Snippets Groups Projects
Commit aba2a4a5 authored by Zubin's avatar Zubin Committed by Marge Bot
Browse files

get-win32-tarballs.py: List tarball files to be downloaded if we cannot find them

Fixes #25929
parent 99868a86
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,13 @@ AC_DEFUN([FP_INSTALL_WINDOWS_TOOLCHAIN],[
else
action="download"
fi
$PYTHON mk/get-win32-tarballs.py $action $mingw_arch > missing-win32-tarballs
$PYTHON mk/get-win32-tarballs.py $action $mingw_arch
case $? in
0)
rm missing-win32-tarballs
;;
2)
$PYTHON mk/get-win32-tarballs.py list $mingw_arch > missing-win32-tarballs
echo
echo "Error:"
echo "Needed msys2 tarballs are missing. You have a few options to get them,"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment