summaryrefslogtreecommitdiff
path: root/rts/package.conf.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-05-02 17:00:56 +0100
committerIan Lynagh <igloo@earth.li>2012-05-02 17:00:56 +0100
commit3a8c7c8ee122a7704645aabc226c79a9477a7394 (patch)
treed317c8d1b47ef9e0a902ec1cc6fc4404f4d9cd58 /rts/package.conf.in
parent18b4ad9afeba5a0e9a8858ff13ee4554a3c8d024 (diff)
downloadhaskell-3a8c7c8ee122a7704645aabc226c79a9477a7394.tar.gz
More Win64 ghci fixes
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r--rts/package.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in
index 130130227d..4d659f8a0f 100644
--- a/rts/package.conf.in
+++ b/rts/package.conf.in
@@ -35,6 +35,7 @@ extra-libraries:
#endif
#ifdef mingw32_HOST_OS
,"wsock32" /* for the linker */
+ ,"gdi32" /* for the linker */
#endif
#if defined(DEBUG) && defined(HAVE_LIBBFD)
,"bfd", "iberty" /* for debugging */