Skip to content

Commit 5fcff35

Browse files
espindolathaJeztah
authored andcommitted
secretservice: allow building on openbsd
There is nothing linux specific about secretservice. I was able to build it on openbsd with this change. Signed-off-by: Rafael Ávila de Espíndola <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent ed71c9e commit 5fcff35

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)