Browse Source

Fix build constraints

daregod 8 years ago
parent
commit
ed1bc4e937
1 changed files with 1 additions and 1 deletions
  1. 1 1
      syscalls_other.go

+ 1 - 1
syscalls_other.go

@@ -1,4 +1,4 @@
-// +build NOT (linux OR darwin)
+// +build !(linux | darwin)
 
 package water