Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
6a7b4975
Commit
6a7b4975
authored
Feb 14, 2001
by
rrt
Browse files
[project @ 2001-02-14 14:28:49 by rrt]
Remove -l from library name in libraries list (oops!)
parent
29dcb881
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/PackageSrc.hs
View file @
6a7b4975
...
...
@@ -49,7 +49,7 @@ package_details installing =
#
ifndef
mingw32_TARGET_OS
extra_libraries
=
[]
,
#
else
extra_libraries
=
[
"
-l
winmm"
],
-- for the threadDelay timer
extra_libraries
=
[
"winmm"
],
-- for the threadDelay timer
#
endif
include_dirs
=
if
installing
then
[
clibdir
++
"/includes"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment