Merge pull request #5400 from bmatsuo/5398-fix-pkg/graphdb-osx
Upstream-commit: 99be2353329c7106958a852eb08776fac5c0c2b0 Component: engine
This commit is contained in:
@ -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>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// +build linux,amd64 freebsd,cgo
|
||||
// +build cgo
|
||||
|
||||
package graphdb
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// +build !linux,!freebsd linux,!amd64 freebsd,!cgo
|
||||
// +build !cgo
|
||||
|
||||
package graphdb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user