mirror of
https://github.com/restic/restic.git
synced 2025-03-12 07:08:28 +00:00
Merge pull request #4401 from MichaelEischer/fix-windows-build
fuse: fix windows build
This commit is contained in:
commit
170e495334
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
//go:build darwin || freebsd || linux
|
||||
// +build darwin freebsd linux
|
||||
|
||||
package fuse
|
||||
|
||||
import (
|
||||
|
|
Loading…
Add table
Reference in a new issue