aboutsummaryrefslogtreecommitdiff
path: root/bolt_unix.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-09-22 11:48:13 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-09-22 11:48:13 -0600
commit1ed004d77f6ee05199cacf0c6e17c41edda981bf (patch)
tree6ead9eb4adf59bc3755fe8c5ff0f6c359ac2e565 /bolt_unix.go
parentMerge pull request #254 from benbjohnson/caveat-rss (diff)
parentRework build to support more liberal unix variants. (diff)
downloaddedo-1ed004d77f6ee05199cacf0c6e17c41edda981bf.tar.gz
dedo-1ed004d77f6ee05199cacf0c6e17c41edda981bf.tar.xz
Merge pull request #258 from davecgh/davec_build
Rework build to support more liberal unix variants.
Diffstat (limited to 'bolt_unix.go')
-rw-r--r--bolt_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt_unix.go b/bolt_unix.go
index f7d2fe5..95647a7 100644
--- a/bolt_unix.go
+++ b/bolt_unix.go
@@ -1,4 +1,4 @@
-// +build linux darwin
+// +build !windows,!plan9
package bolt