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

[project @ 1998-02-06 11:58:43 by simonm]

-syslib conc doesn't have any cbits.
parent bedf76bc
No related merge requests found
......@@ -2444,7 +2444,7 @@ sub add_syslib {
push(@SysLibrary, "-lHS$syslib");
push(@SysLibrary, "-lHS${syslib}_cbits")
unless $syslib eq 'contrib' || $syslib eq 'exts';
unless $syslib eq 'contrib' || $syslib eq 'exts' || $syslib eg 'conc';
#HACK! they have no cbits
}
\end{code}
......
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