Skip to content

Commit

Permalink
Mention cc-options
Browse files Browse the repository at this point in the history
  • Loading branch information
edsko committed Apr 24, 2024
1 parent 3de7b8d commit f1b2589
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,12 @@ Loading static libraries is not supported in this configuration.
Try using a dynamic library instead.
```

Currently the only known workaround is to simply remove this line from the
`.cabal` file; it does not appear to be necessary on Linux. See
[crypton#32](https://github.com/kazu-yamamoto/crypton/pull/32) for an example.
Currently the only known workaround is patch such packages and replace this with

```cabal
cc-options: -pthread
```

An example is `crypton`,
[crypton#33](https://github.com/kazu-yamamoto/crypton/pull/33) for details.

0 comments on commit f1b2589

Please sign in to comment.