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 6db7128c2d
2 changed files with 2 additions and 2 deletions

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