mirror of
https://github.com/restic/restic.git
synced 2025-08-23 09:47:42 +00:00
fuse: Add build tags for unsupported OS
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user