Skip to content
Snippets Groups Projects
Commit 8d1bc48e authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-05-16 16:51:42 by panne]

Unbreak util package dependencies for non-M$ platforms
parent 99107719
No related merge requests found
......@@ -2655,7 +2655,7 @@ sub add_syslib {
? "$InstLibDirGhc"
: "$TopPwd/hslibs/util/cbits"
)
, 'lang concurrent' . (( $TargetPlatform =~ /^.*(cygwin32|mingw32)$/ ) ? '' : '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