Skip to content

Commit 7b0f298

Browse files
authored
Catch up OpenBSD extra-libraries to Clang 13 (#411)
The system upgrade necessitates this list to be extended. A better solution should be in cabal, but for now we have no choice: haskell/cabal#8007
1 parent 3bdc63c commit 7b0f298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ library
9393
if os(darwin) || os(freebsd)
9494
extra-libraries: c++
9595
elif os(openbsd)
96-
extra-libraries: c++ c++abi
96+
extra-libraries: c++ c++abi pthread
9797
else
9898
extra-libraries: stdc++
9999

0 commit comments

Comments
 (0)