Skip to content

Commit

Permalink
Remove pthread dependency
Browse files Browse the repository at this point in the history
This is actually deprecated; see https://stackoverflow.com/a/62561519/742991 .
  • Loading branch information
edsko authored and kazu-yamamoto committed Apr 25, 2024
1 parent 4c47655 commit 8f32aaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crypton.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,6 @@ library
else
build-depends: base

if os(linux)
extra-libraries: pthread

if flag(old_toolchain_inliner)
cc-options: -fgnu89-inline

Expand Down

0 comments on commit 8f32aaa

Please sign in to comment.