summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/github.com/mongodb/mongo-tools/common/db/kerberos/gssapi.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/github.com/mongodb/mongo-tools/common/db/kerberos/gssapi.go b/src/github.com/mongodb/mongo-tools/common/db/kerberos/gssapi.go
index 8cdff1d34a4..7cd448f3f75 100644
--- a/src/github.com/mongodb/mongo-tools/common/db/kerberos/gssapi.go
+++ b/src/github.com/mongodb/mongo-tools/common/db/kerberos/gssapi.go
@@ -1,5 +1,8 @@
package kerberos
+// #cgo windows CFLAGS: -Ic:/sasl/include
+// #cgo windows LDFLAGS: -Lc:/sasl/lib
+
import (
"github.com/mongodb/mongo-tools/common/options"
"github.com/mongodb/mongo-tools/common/util"