Skip to content

Commit ca5e83c

Browse files
authored
Merge pull request #228 from thaJeztah/carry_openbsd_secretservice
secretservice: allow building on openbsd
2 parents 7cd6378 + 5fcff35 commit ca5e83c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

secretservice/secretservice.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build linux && cgo
1+
//go:build (linux || openbsd) && cgo
22

33
package secretservice
44

secretservice/secretservice_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build linux && cgo
1+
//go:build (linux || openbsd) && cgo
22

33
package secretservice
44

0 commit comments

Comments
 (0)