Skip to content

Hadrian: pass libdir to runGhc wrapper

sheaf requested to merge sheaf/ghc:runghc-libdir into master

libdir was passed to the ghc wrapper, but not to the runGhc/runHaskell wrappers. This meant that, unless the user set the _GHC_TOP_DIR environment variable, we would revert to the implicit calculation of the libdir. Now the behaviour is more consistent between the ghc executable wrapper and the runGhc wrapper.

Merge request reports