Duncan Coutts pushed to branch wip/dcoutts/windows-dlls at Glasgow Haskell Compiler / GHC
Commits:
-
0e08233b
by Duncan Coutts at 2026-01-09T14:25:42+00:00
1 changed file:
Changes:
| ... | ... | @@ -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
|