From 8c70c52ec4041ac9b57707c2c19cebf39d1d4c5f Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Tue, 30 Sep 2014 12:08:20 -0400 Subject: Add CFLAGS and LDFLAGS to gssapi.go Former-commit-id: 7590212238e89567ef71c9f02faccf823dbd9c23 --- src/github.com/mongodb/mongo-tools/common/db/kerberos/gssapi.go | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3