Skip to content

Commit

Permalink
link against pthread
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Mar 21, 2024
1 parent 85d31d0 commit e9063b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package openssl

// #cgo LDFLAGS: -ldl
// #cgo LDFLAGS: -ldl -pthread
// #include <stdlib.h>
// #include <dlfcn.h>
import "C"
Expand Down

0 comments on commit e9063b2

Please sign in to comment.