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

[project @ 1999-06-16 09:48:00 by simonmar]

Fix for default unregisterised builds.
parent 88e65770
No related merge requests found
......@@ -939,6 +939,8 @@ Decide what the consistency-checking options are in force for this run:
if ($CompilingPrelude) {
$HiSuffix_prelude = "$HiSuffix" if $CompilingPrelude;
} elsif ($BuildTag eq '_u' && $GhcWithRegisterised eq 'NO') {
$HiSuffix_prelude = 'hi';
} else {
local($Tag) = "${BuildTag}";
......
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