From: rrt Date: Wed, 14 Feb 2001 14:28:49 +0000 (+0000) Subject: [project @ 2001-02-14 14:28:49 by rrt] X-Git-Tag: Approximately_9120_patches~2621 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6a7b4975f302561440f7202b9042390a0aef8db4;p=ghc-hetmet.git [project @ 2001-02-14 14:28:49 by rrt] Remove -l from library name in libraries list (oops!) --- 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" ]