mirror of
https://github.com/restic/restic.git
synced 2026-02-10 06:13:21 -05:00
fuse: Add build tags for unsupported OS
This commit is contained in:
parent
154816ffd0
commit
9c6e9bcf33
3 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
// +build !openbsd
|
||||
// +build !windows
|
||||
|
||||
package fuse
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
// +build !openbsd
|
||||
// +build !windows
|
||||
|
||||
package fuse
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
// +build !openbsd
|
||||
// +build !windows
|
||||
|
||||
package fuse
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue