Skip to content

Commit

Permalink
chore: Add bcrypt to LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Westerlind committed Jan 17, 2022
1 parent 56fd2a7 commit cb8637d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libflux/go/libflux/link_dynamic.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
package libflux

// #cgo pkg-config: flux
// #cgo windows LDFLAGS: -lbcrypt
import "C"
1 change: 1 addition & 0 deletions libflux/go/libflux/link_static.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ package libflux

// #cgo pkg-config: --static flux
// #cgo LDFLAGS: -static
// #cgo windows LDFLAGS: -lbcrypt
import "C"

0 comments on commit cb8637d

Please sign in to comment.