Skip to content

Commit bffdd70

Browse files
committed
Try setting some linker flags for macos
1 parent d6974d6 commit bffdd70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

haskell-language-server.cabal

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,6 +1486,9 @@ test-suite hls-fourmolu-plugin-tests
14861486
type: exitcode-stdio-1.0
14871487
hs-source-dirs: plugins/hls-fourmolu-plugin/test
14881488
main-is: Main.hs
1489+
-- Work around https://gitlab.haskell.org/ghc/ghc/-/issues/24648
1490+
if os(darwin)
1491+
ghc-options: -optl-Wl,-ld_classic
14891492
build-tool-depends:
14901493
fourmolu:fourmolu
14911494
build-depends:

0 commit comments

Comments
 (0)