Skip to content

Commit

Permalink
fix: add dragonfly build option for filewriter flags
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/go-ipfs-files@ad1c381
  • Loading branch information
waybackarchiver authored and aschmahmann committed Feb 3, 2022
1 parent 38ce1df commit 4ebe090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/filewriter_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build darwin || linux || netbsd || openbsd || freebsd
// +build darwin linux netbsd openbsd freebsd
//go:build darwin || linux || netbsd || openbsd || freebsd || dragonfly
// +build darwin linux netbsd openbsd freebsd dragonfly

package files

Expand Down

0 comments on commit 4ebe090

Please sign in to comment.