Skip to content

Commit

Permalink
win: libs from --print=native-static-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jul 20, 2023
1 parent b466264 commit 1e90a55
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: -lntdll -lWs2_32 -lcrypt32 -lSecur32 -luserenv -lNcrypt -lbcrypt
// #cgo windows,amd64 LDFLAGS: -ladvapi32 -lbcrypt -lkernel32 -lmsvcrt -lntdll -luserenv -lws2_32
import "C"

func main() {
Expand Down

0 comments on commit 1e90a55

Please sign in to comment.