SQLite is also available in FreeBSD

Docker-DCO-1.1-Signed-off-by: Kato Kazuyoshi <kato.kazuyoshi@gmail.com> (github: kzys)
This commit is contained in:
Kato Kazuyoshi 2014-04-17 00:41:19 +09:00
parent f95367f57f
commit d79271c0b2
2 changed files with 2 additions and 2 deletions

View file

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

View file

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