Skip to content
Snippets Groups Projects
Commit d6b8f149 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-08-27 14:35:56 by simonmar]

syslib misc now depends on syslib concurrent because of Memo.hs.
parent 7f2147ad
No related merge requests found
......@@ -2497,7 +2497,7 @@ sub add_syslib {
? "$InstLibDirGhc"
: "$TopPwd/$CURRENT_DIR/$GHC_LIB_DIR/misc/cbits"
)
, 'exts' # Syslib dependencies
, 'exts concurrent' # Syslib dependencies
, '' # extra ghc opts
, '' # extra cc opts
, ( $TargetPlatform =~ /-solaris2$/ ? '-lnsl -lsocket' : '')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment