diff options
author | Ian Lynagh <igloo@earth.li> | 2012-05-02 17:00:56 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-05-02 17:00:56 +0100 |
commit | 3a8c7c8ee122a7704645aabc226c79a9477a7394 (patch) | |
tree | d317c8d1b47ef9e0a902ec1cc6fc4404f4d9cd58 /rts/package.conf.in | |
parent | 18b4ad9afeba5a0e9a8858ff13ee4554a3c8d024 (diff) | |
download | haskell-3a8c7c8ee122a7704645aabc226c79a9477a7394.tar.gz |
More Win64 ghci fixes
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r-- | rts/package.conf.in | 1 |
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 */ |