[Git][ghc/ghc][wip/test] Backport get-win32-tarballs configure changes
Ben Gamari
gitlab at gitlab.haskell.org
Thu Mar 19 13:34:56 UTC 2020
Ben Gamari pushed to branch wip/test at Glasgow Haskell Compiler / GHC
Commits:
0d16820c by Ben Gamari at 2020-03-19T13:34:36Z
Backport get-win32-tarballs configure changes
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -347,7 +347,7 @@ set_up_tarballs() {
else
action="download"
fi
- mk/get-win32-tarballs.sh $action $HostArch > missing-win32-tarballs
+ $PYTHON mk/get-win32-tarballs.py $action $mingw_arch > missing-win32-tarballs
case $? in
0)
rm missing-win32-tarballs
@@ -359,7 +359,7 @@ set_up_tarballs() {
echo
echo " * run configure with the --enable-tarballs-autodownload option"
echo
- echo " * run mk/get-win32-tarballs.sh download ${HostArch}"
+ echo " * run mk/get-win32-tarballs.py download $mingw_arch"
echo
echo " * manually download the files listed in ./missing-win32-tarballs and place"
echo " them in the ghc-tarballs directory."
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/0d16820cef7631be5848e7cdda76f4b7f8a6ebdc
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/0d16820cef7631be5848e7cdda76f4b7f8a6ebdc
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200319/6ff680c6/attachment-0001.html>
More information about the ghc-commits
mailing list