Skip to content

Commit

Permalink
Merge pull request #33 from edsko/edsko/cc-options-pthread
Browse files Browse the repository at this point in the history
Use `-pthread` rather than `-lpthread`
  • Loading branch information
kazu-yamamoto authored Apr 25, 2024
2 parents 0aa3810 + c439353 commit bbaecc8
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)
extra-libraries: pthread
cc-options: -pthread

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

0 comments on commit bbaecc8

Please sign in to comment.