Skip to content

Commit

Permalink
win test: /allow-unresolved
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Mar 28, 2023
1 parent 3610b49 commit a13f779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

// #cgo linux LDFLAGS: -Wl,--unresolved-symbols=ignore-in-object-files
// #cgo darwin LDFLAGS: -Wl,-undefined,dynamic_lookup
// #cgo windows LDFLAGS: /ignore:4217
// #cgo windows LDFLAGS: /allow-unresolved
import "C"

// Set in Makefile
Expand Down

0 comments on commit a13f779

Please sign in to comment.