[Git][ghc/ghc][wip/hadrian-windows-bindist] fix
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Aug 15 14:28:15 UTC 2023
Matthew Pickering pushed to branch wip/hadrian-windows-bindist at Glasgow Haskell Compiler / GHC
Commits:
3bd79e25 by Matthew Pickering at 2023-08-15T15:27:59+01:00
fix
- - - - -
1 changed file:
- distrib/configure.ac.in
Changes:
=====================================
distrib/configure.ac.in
=====================================
@@ -107,6 +107,13 @@ if test "$HostOS" = "mingw32" -a "$EnableDistroToolchain" = "NO"; then
FP_SETUP_WINDOWS_TOOLCHAIN([$hardtop/mingw/], [\$\$topdir/../mingw/])
fi
+if test "$HostOS" = "mingw32"; then
+ WindresCmd="$Windres"
+ AC_SUBST([WindresCmd])
+ AC_SUBST([GenlibCmd])
+ AC_SUBST([HAVE_GENLIB])
+fi
+
dnl ** Which gcc to use?
dnl --------------------------------------------------------------
AC_PROG_CC([gcc clang])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3bd79e25b237d7c49e8e4d3fc96ade4d6515eab9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3bd79e25b237d7c49e8e4d3fc96ade4d6515eab9
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/4e3f3559/attachment.html>
More information about the ghc-commits
mailing list