Skip to content

Commit

Permalink
different order
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jul 20, 2023
1 parent 1e90a55 commit 28cce13
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: -ladvapi32 -lbcrypt -lkernel32 -lmsvcrt -lntdll -luserenv -lws2_32
// #cgo windows LDFLAGS: -ladvapi32 -lkernel32 -lbcrypt -lntdll -luserenv -lws2_32 -lmsvcr
import "C"

func main() {
Expand Down

0 comments on commit 28cce13

Please sign in to comment.