Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FIXED at Glasgow Haskell Compiler / GHC Commits: 5a166042 by Sven Tennie at 2025-09-21T09:52:31+02:00 WIP libffi isWinTarget - - - - - 1 changed file: - hadrian/src/Rules/Libffi.hs Changes: ===================================== hadrian/src/Rules/Libffi.hs ===================================== @@ -187,8 +187,8 @@ libffiRules = do <$> liftIO (getDirectoryFilesIO "." [libffiPath -/- "inst//*"]) -- Find dynamic libraries. - osxTarget <- isOsxTarget stage - winTarget <- isWinTarget stage + osxTarget <- isOsxTarget (succStage stage) + winTarget <- isWinTarget (succStage stage) dynLibFiles <- do let libfilesDir = libffiPath -/- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5a1660422bfb4285ac2f38d7dc2d4f1a... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5a1660422bfb4285ac2f38d7dc2d4f1a... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)