X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=b43a97fcb9fb81959b00f4ac744a3baf2e6bf896;hb=12c7df20b8cd01e7e43d2f3141f79562d7f93344;hp=5cfec6f21035c1e206c34e6db5c41e071cf019ff;hpb=0c56ef64fc1daa4b6d313ef69b93a48c9dadaccf;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 5cfec6f..b43a97f 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -209,7 +209,7 @@ HaveRtldLocal = @HaveRtldLocal@ # Include GHCi in the compiler. Default to NO for the time being. -ifneq "$(findstring $(HostOS_CPP), mingw32 cygwin32 linux solaris2 freebsd netbsd openbsd)" "" +ifneq "$(findstring $(HostOS_CPP), mingw32 cygwin32 linux solaris2 freebsd netbsd openbsd darwin)" "" GhcWithInterpreter=YES else GhcWithInterpreter=NO