[commit: ghc] master: Propagate ffi includes to compiler/ghci/LibFFI.hsc (Fixes #7686) (e3abb5a)
Ian Lynagh
igloo at earth.li
Sun Apr 7 23:17:45 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/e3abb5ac8cd068ee6a7cd2d078da2c595861687c
>---------------------------------------------------------------
commit e3abb5ac8cd068ee6a7cd2d078da2c595861687c
Author: Peter Trommler <ptrommler at acm.org>
Date: Tue Mar 5 07:39:19 2013 +0100
Propagate ffi includes to compiler/ghci/LibFFI.hsc (Fixes #7686)
>---------------------------------------------------------------
compiler/ghc.cabal.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 749665b..7ce0a52 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -68,7 +68,7 @@ Library
if flag(ghci)
Build-Depends: template-haskell
CPP-Options: -DGHCI
- Include-Dirs: ../rts/dist/build
+ Include-Dirs: ../rts/dist/build @FFIIncludeDir@
Build-Depends: bin-package-db
Build-Depends: hoopl
More information about the ghc-commits
mailing list