[Git][ghc/ghc][master] ghci: Ensure that system libffi include path is searched
Marge Bot
gitlab at gitlab.haskell.org
Tue Apr 30 01:14:47 UTC 2019
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
1abb76ab by Ben Gamari at 2019-04-30T01:08:45Z
ghci: Ensure that system libffi include path is searched
Previously hsc2hs failed when building against a system FFI.
- - - - -
1 changed file:
- libraries/ghci/ghci.cabal.in
Changes:
=====================================
libraries/ghci/ghci.cabal.in
=====================================
@@ -56,6 +56,8 @@ library
GHCi.Signals
GHCi.TH
+ include-dirs: @FFIIncludeDir@
+
exposed-modules:
GHCi.BreakArray
GHCi.BinaryArray
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/1abb76ab8e32e7be224631506201d1beec62a5c2
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/1abb76ab8e32e7be224631506201d1beec62a5c2
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/20190429/e8c98eeb/attachment.html>
More information about the ghc-commits
mailing list