projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29dcb88
)
[project @ 2001-02-14 14:28:49 by rrt]
author
rrt
<unknown>
Wed, 14 Feb 2001 14:28:49 +0000
(14:28 +0000)
committer
rrt
<unknown>
Wed, 14 Feb 2001 14:28:49 +0000
(14:28 +0000)
Remove -l from library name in libraries list (oops!)
ghc/driver/PackageSrc.hs
patch
|
blob
|
history
diff --git
a/ghc/driver/PackageSrc.hs
b/ghc/driver/PackageSrc.hs
index
5574b27
..
81b963b
100644
(file)
--- 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" ]