Merge pull request #5400 from bmatsuo/5398-fix-pkg/graphdb-osx

This commit is contained in:
Michael Crosby 2014-05-05 13:41:43 -07:00
commit 99be235332
3 changed files with 3 additions and 2 deletions

View file

@ -45,6 +45,7 @@ Brian Olsen <brian@maven-group.org>
Brian Shumate <brian@couchbase.com>
Briehan Lombaard <briehan.lombaard@gmail.com>
Bruno Bigras <bigras.bruno@gmail.com>
Bryan Matsuo <bryan.matsuo@gmail.com>
Caleb Spare <cespare@gmail.com>
Calen Pennington <cale@edx.org>
Carl X. Su <bcbcarl@gmail.com>

View file

@ -1,4 +1,4 @@
// +build linux,amd64 freebsd,cgo
// +build cgo
package graphdb

View file

@ -1,4 +1,4 @@
// +build !linux,!freebsd linux,!amd64 freebsd,!cgo
// +build !cgo
package graphdb