add build constraints for windows
This commit is contained in:
parent
47219a790f
commit
36ed3add3a
6 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
// +build !openbsd
|
// +build !openbsd
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
package fuse
|
package fuse
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// +build !openbsd
|
// +build !openbsd
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
package fuse
|
package fuse
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// +build !openbsd
|
// +build !openbsd
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
package fuse
|
package fuse
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// +build !openbsd
|
// +build !openbsd
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
package fuse
|
package fuse
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// +build !openbsd
|
// +build !openbsd
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
package fuse
|
package fuse
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// +build !openbsd
|
// +build !openbsd
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
package fuse
|
package fuse
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue