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
84a9c46b
Commit
84a9c46b
authored
May 02, 2012
by
Ian Lynagh
Browse files
Win64 build fix
parent
3a8c7c8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/package.conf.in
View file @
84a9c46b
...
...
@@ -34,8 +34,9 @@ extra-libraries:
, "dl"
#endif
#ifdef mingw32_HOST_OS
,"wsock32" /* for the linker */
,"gdi32" /* for the linker */
,"wsock32" /* for the linker */
,"gdi32" /* for the linker */
,"winmm" /* for the linker */
#endif
#if defined(DEBUG) && defined(HAVE_LIBBFD)
,"bfd", "iberty" /* for debugging */
...
...
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