summaryrefslogtreecommitdiff
path: root/ghc/rts/package.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/rts/package.conf.in')
-rw-r--r--ghc/rts/package.conf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/ghc/rts/package.conf.in b/ghc/rts/package.conf.in
index 298fbc286b..3a31625529 100644
--- a/ghc/rts/package.conf.in
+++ b/ghc/rts/package.conf.in
@@ -32,6 +32,9 @@ Package {
#ifdef mingw32_TARGET_OS
,"wsock32" /* for the linker */
#endif
+#ifdef WANT_DOTNET_SUPPORT
+ , "oleaut32", "ole32", "uuid"
+#endif
#if defined(DEBUG) && defined(HAVE_LIBBFD)
,"bfd", "iberty" /* for debugging */
#endif