Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
0317bf34
Commit
0317bf34
authored
Jun 22, 2001
by
rrt
Browse files
[project @ 2001-06-22 12:37:11 by rrt]
Add wsock32 to list of libraries needed for rts under Windows.
parent
97b49b48
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/PackageSrc.hs
View file @
0317bf34
...
...
@@ -67,7 +67,7 @@ package_details installing
#
ifndef
mingw32_TARGET_OS
extra_libraries
=
[]
,
#
else
extra_libraries
=
[
"winmm"
],
-- for the threadDelay timer
extra_libraries
=
[
"winmm"
,
"wsock32"
],
--
winmm
for the threadDelay timer
, wsock32 for the linker
#
endif
include_dirs
=
if
installing
then
[
"$libdir/includes"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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