Skip to content

Commit

Permalink
Merge pull request #34 from kazu-yamamoto/revert-33-edsko/cc-options-…
Browse files Browse the repository at this point in the history
…pthread

Revert "Use `-pthread` rather than `-lpthread`"
  • Loading branch information
kazu-yamamoto authored Apr 25, 2024
2 parents bbaecc8 + 584d36a commit 4c47655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypton.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ library
build-depends: base

if os(linux)
cc-options: -pthread
extra-libraries: pthread

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

0 comments on commit 4c47655

Please sign in to comment.