diff options
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 */ |