From efefcb29d65c8fea87d7e3fb1d3bb812a98c9c83 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 22 Oct 2001 22:41:02 +0000 Subject: [PATCH] [project @ 2001-10-22 22:41:02 by sof] std & mingw32: include 'kernel32' in extra_libraries [btw, this config file needs a bit of work to have it work on a i386-unknown-cygwin plat.] --- ghc/driver/PackageSrc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index 30c7924..465047b 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -154,7 +154,7 @@ package_details installing , extra_libraries = [ "HSstd_cbits" ] ++ # ifdef mingw32_TARGET_OS - [ "wsock32", "msvcrt" ] + [ "wsock32", "msvcrt", "kernel32" ] # else [ ] # endif -- 1.7.10.4