From 0317bf3471a3bb8444f699b6471c4558cc01dcf9 Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 22 Jun 2001 12:37:11 +0000 Subject: [PATCH] [project @ 2001-06-22 12:37:11 by rrt] Add wsock32 to list of libraries needed for rts under Windows. --- 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 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" ] -- 1.7.10.4