Skip to content

Commit

Permalink
win other flags
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jul 20, 2023
1 parent 6891151 commit b439eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/go/demo.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// #cgo darwin,amd64 LDFLAGS: -framework CoreFoundation
// #cgo windows,amd64 LDFLAGS: -lole32 -lbcrypt -lws2_32 -luserenv -lntdll
// #cgo windows,amd64 LDFLAGS: -lntdll -lWs2_32 -lcrypt32 -lSecur32 -luserenv -lNcrypt -lbcrypt
import "C"

func main() {
Expand Down

0 comments on commit b439eab

Please sign in to comment.