diff options
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 4eb75fc704..52d7ef8be2 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -46,6 +46,7 @@ extra-libraries: ,"gdi32" /* for the linker */ ,"winmm" /* for the linker */ ,"Dbghelp" /* for crash dump */ + ,"Psapi" /* for process information. */ #endif #if NEED_PTHREAD_LIB , "pthread" /* for pthread_getthreadid_np, pthread_create, etc. */ |