Duncan Coutts pushed to branch wip/dcoutts/windows-dlls at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • hadrian/src/Builder.hs
    ... ... @@ -356,6 +356,9 @@ instance H.Builder Builder where
    356 356
                     Ghc FindHsDependencies _ -> do
    
    357 357
                       runGhcWithResponse path buildArgs buildInputs
    
    358 358
     
    
    359
    +                Ghc LinkHs _ -> do
    
    360
    +                  runGhcWithResponse path buildArgs buildInputs
    
    361
    +
    
    359 362
                     HsCpp    -> captureStdout
    
    360 363
     
    
    361 364
                     Make dir -> cmd' buildOptions path ["-C", dir] buildArgs