diff options
Diffstat (limited to 'hadrian/src/Rules/Program.hs')
| -rw-r--r-- | hadrian/src/Rules/Program.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Rules/Program.hs b/hadrian/src/Rules/Program.hs index 32e74967d1..9d8b6d0a0c 100644 --- a/hadrian/src/Rules/Program.hs +++ b/hadrian/src/Rules/Program.hs @@ -88,7 +88,7 @@ buildBinary rs bin context@Context {..} = do needLibrary =<< contextDependencies context when (stage > Stage0) $ do ways <- interpretInContext context (getLibraryWays <> getRtsWays) - needLibrary [ rtsContext { way = w } | w <- ways ] + needLibrary [ (rtsContext stage) { way = w } | w <- ways ] cSrcs <- interpretInContext context (getContextData cSrcs) cObjs <- mapM (objectPath context) cSrcs hsObjs <- hsObjects context |
