Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FIXED at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • hadrian/src/Rules/Libffi.hs
    ... ... @@ -187,8 +187,8 @@ libffiRules = do
    187 187
                      <$> liftIO (getDirectoryFilesIO "." [libffiPath -/- "inst//*"])
    
    188 188
     
    
    189 189
             -- Find dynamic libraries.
    
    190
    -        osxTarget <- isOsxTarget stage
    
    191
    -        winTarget <- isWinTarget stage
    
    190
    +        osxTarget <- isOsxTarget (succStage stage)
    
    191
    +        winTarget <- isWinTarget (succStage stage)
    
    192 192
     
    
    193 193
             dynLibFiles <- do
    
    194 194
                 let libfilesDir = libffiPath -/-