From: rrt Date: Fri, 22 Jun 2001 12:37:11 +0000 (+0000) Subject: [project @ 2001-06-22 12:37:11 by rrt] X-Git-Tag: Approximately_9120_patches~1740 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0317bf3471a3bb8444f699b6471c4558cc01dcf9;p=ghc-hetmet.git [project @ 2001-06-22 12:37:11 by rrt] Add wsock32 to list of libraries needed for rts under Windows. --- diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index ad10cf0..9740260 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -67,7 +67,7 @@ package_details installing #ifndef mingw32_TARGET_OS extra_libraries = [], #else - extra_libraries = [ "winmm" ], -- for the threadDelay timer + extra_libraries = [ "winmm", "wsock32" ], -- winmm for the threadDelay timer, wsock32 for the linker #endif include_dirs = if installing then [ "$libdir/includes" ]