diff options
author | Ian Lynagh <igloo@earth.li> | 2012-05-02 17:31:59 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-05-02 17:31:59 +0100 |
commit | 84a9c46b9dd8a6f1fa7e24e2cf83a7e448f0e4e1 (patch) | |
tree | 5df46647239f5b9b925e128b77e26cd19fa03157 /rts/package.conf.in | |
parent | 3a8c7c8ee122a7704645aabc226c79a9477a7394 (diff) | |
download | haskell-84a9c46b9dd8a6f1fa7e24e2cf83a7e448f0e4e1.tar.gz |
Win64 build fix
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r-- | rts/package.conf.in | 5 |
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 */ |