From ac541c38c61e0718d7b3df35dcc1541d702462bf Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 4 Jun 2002 18:17:50 +0000 Subject: [PATCH] [project @ 2002-06-04 18:17:50 by sof] GhcWithInterpreter: thumbs up for cygwin --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index d2a1267..e55e97d 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -212,7 +212,7 @@ HaveRtldLocal = @HaveRtldLocal@ # Include GHCi in the compiler. Default to NO for the time being. -ifneq "$(findstring $(HostOS_CPP), mingw32 linux solaris2 freebsd netbsd openbsd)" "" +ifneq "$(findstring $(HostOS_CPP), mingw32 cygwin32 linux solaris2 freebsd netbsd openbsd)" "" GhcWithInterpreter=YES ifeq "$(HaveLibDL)" "YES" SRC_HC_OPTS += -ldl -- 1.7.10.4