[Git][ghc/ghc][wip/hadrian-windows-bindist] fix
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Mon Aug 14 13:33:39 UTC 2023
Matthew Pickering pushed to branch wip/hadrian-windows-bindist at Glasgow Haskell Compiler / GHC
Commits:
d24fbec6 by Matthew Pickering at 2023-08-14T14:33:32+01:00
fix
- - - - -
1 changed file:
- distrib/configure.ac.in
Changes:
=====================================
distrib/configure.ac.in
=====================================
@@ -104,7 +104,7 @@ AC_ARG_ENABLE(distro-toolchain,
)
if test "$HostOS" = "mingw32" -a "$EnableDistroToolchain" = "NO"; then
- FP_SETUP_WINDOWS_TOOLCHAIN(["$hardtop/inplace/mingw/"], ["$$topdir/../mingw/])
+ FP_SETUP_WINDOWS_TOOLCHAIN(["$hardtop/inplace/mingw/"], ["$$topdir/../mingw/"])
fi
dnl ** Which gcc to use?
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d24fbec62bc8b5a1fa448104f859376e8e523370
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d24fbec62bc8b5a1fa448104f859376e8e523370
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/20230814/0ff31cc4/attachment.html>
More information about the ghc-commits
mailing list