Skip to content
Snippets Groups Projects
Verified Commit ee76db2f authored by jeffrey young's avatar jeffrey young
Browse files

darwin: prevent macos linker from loading clang++

-- part of upstreaming the haskell.nix patches

-- see https://github.com/input-output-hk/haskell.nix/pull/2050

-- on macOS GHC queries `clang --print-file-name=c++` which will return
`c++` which GHC then tries to load. This patch ensures that GHC will not
try to load the executable.
parent 842e119b
No related branches found
No related tags found
1 merge request!13005Draft: darwin: prevent macos linker from loading clang++
Pipeline #97920 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment