Skip to content

Commit 4b6683d

Browse files
committed
Link with libc++ on FreeBSD.
1 parent 5d092e0 commit 4b6683d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

double-conversion.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ library
7272
if impl(ghc >= 9.4)
7373
build-depends: system-cxx-std-lib == 1.0
7474

75-
elif os(darwin)
75+
elif os(darwin) || os(freebsd)
7676
extra-libraries: c++
7777
elif os(windows)
7878
if arch(x86_64) && impl(ghc < 8.6.5)

0 commit comments

Comments
 (0)