summaryrefslogtreecommitdiff
path: root/rts/package.conf.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-05-02 17:31:59 +0100
committerIan Lynagh <igloo@earth.li>2012-05-02 17:31:59 +0100
commit84a9c46b9dd8a6f1fa7e24e2cf83a7e448f0e4e1 (patch)
tree5df46647239f5b9b925e128b77e26cd19fa03157 /rts/package.conf.in
parent3a8c7c8ee122a7704645aabc226c79a9477a7394 (diff)
downloadhaskell-84a9c46b9dd8a6f1fa7e24e2cf83a7e448f0e4e1.tar.gz
Win64 build fix
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r--rts/package.conf.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in
index 4d659f8a0f..baef23e0d3 100644
--- a/rts/package.conf.in
+++ b/rts/package.conf.in
@@ -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 */