Skip to content

Commit 55cf26f

Browse files
authored
build: add missing build tag for dragonfly (#651)
1 parent 826b46f commit 55cf26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

permission/permission_other.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build darwin || freebsd || netbsd || openbsd || solaris || android || ios || (linux && armv7l) || (linux && armv8l)
1+
//go:build darwin || freebsd || netbsd || dragonfly || openbsd || solaris || android || ios || (linux && armv7l) || (linux && armv8l)
22

33
package permissionutil
44

0 commit comments

Comments
 (0)