summaryrefslogtreecommitdiff
path: root/hadrian/src/Flavour.hs
diff options
context:
space:
mode:
Diffstat (limited to 'hadrian/src/Flavour.hs')
-rw-r--r--hadrian/src/Flavour.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/hadrian/src/Flavour.hs b/hadrian/src/Flavour.hs
index d8f34347f4..aa31de83fa 100644
--- a/hadrian/src/Flavour.hs
+++ b/hadrian/src/Flavour.hs
@@ -391,7 +391,8 @@ builderSetting =
ccBuilder =
[ ("c", CompileC)
- , ("deps", FindCDependencies)
+ -- Not sure how to handle the FindCDependencies CxxDep case
+ , ("deps", FindCDependencies CDep)
]
stages = map (\stg -> (stageString stg, stg)) [minBound..maxBound]