[Git][ghc/ghc][wip/hadrian-windows-bindist] fix
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Aug 15 11:37:28 UTC 2023
Matthew Pickering pushed to branch wip/hadrian-windows-bindist at Glasgow Haskell Compiler / GHC
Commits:
48513208 by Matthew Pickering at 2023-08-15T12:37:14+01:00
fix
- - - - -
1 changed file:
- m4/fp_settings.m4
Changes:
=====================================
m4/fp_settings.m4
=====================================
@@ -43,7 +43,7 @@ dnl ghc-toolchain.
AC_DEFUN([SUBST_TOOLDIR],
[
dnl and Note [How we configure the bundled windows toolchain]
- $1=`echo $$1 | sed 's%'"$mingw_prefix"'%'"$mingw_install_prefix'"%'`
+ $1=`echo $$1 | sed 's%'"$mingw_prefix"'%'"$mingw_install_prefix"'%'`
])
# FP_SETTINGS
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/48513208a0cbeb0332750ae90194712eddad2f34
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/48513208a0cbeb0332750ae90194712eddad2f34
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/20230815/21789431/attachment-0001.html>
More information about the ghc-commits
mailing list