Skip to content
Snippets Groups Projects
Commit 112bae4b authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-05-16 11:26:31 by rrt]

Package fix: don't have posix as a dependency of util on Windows (where
posix doesn't work).
parent 13e05299
No related merge requests found
......@@ -2655,7 +2655,7 @@ sub add_syslib {
? "$InstLibDirGhc"
: "$TopPwd/hslibs/util/cbits"
)
, 'lang concurrent posix' # Syslib dependencies
, 'lang concurrent' . (( $TargetPlatform =~ /^.*(cygwin32|mingw32)$/ ) ? '' : 'posix' ) # Syslib dependencies
, '' # extra ghc opts
, '' # extra cc opts
, "$LibsReadline" # extra ld opts
......
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