[project @ 2001-02-14 14:28:49 by rrt]
[ghc-hetmet.git] / ghc / driver / PackageSrc.hs
index 5574b27..81b963b 100644 (file)
@@ -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" ]