Skip to content

Commit

Permalink
Add pthread static link note as mentioned in cretz/bine#20
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Nov 26, 2018
1 parent 734ef98 commit 50deced
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,7 @@ The OS-specific system libs that have to be referenced (i.e. `-l<libname>`) are:

* Linux/macOS - `m`
* Windows (MinGW) - `ws2_32`, `crypt32`, and `gdi32`

The OS-specific system libs that have to be explicitly statically linked (i.e. `-Wl,-Bstatic -l<libname>`) are:

* Windows (MinGW) - `pthread`

0 comments on commit 50deced

Please sign in to comment.