mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 12:55:18 +00:00
fuse: Add build tags for unsupported OS
This commit is contained in:
parent
154816ffd0
commit
9c6e9bcf33
@ -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 New Issue
Block a user