From 6a7b4975f302561440f7202b9042390a0aef8db4 Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 14 Feb 2001 14:28:49 +0000 Subject: [PATCH] [project @ 2001-02-14 14:28:49 by rrt] Remove -l from library name in libraries list (oops!) --- 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 5574b27..81b963b 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -49,7 +49,7 @@ package_details installing = #ifndef mingw32_TARGET_OS extra_libraries = [], #else - extra_libraries = [ "-lwinmm" ], -- for the threadDelay timer + extra_libraries = [ "winmm" ], -- for the threadDelay timer #endif include_dirs = if installing then [ clibdir ++ "/includes" ] -- 1.7.10.4