Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
The screenshot package does not build on most platforms.

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
  • Loading branch information
dominikschulz committed Jul 30, 2023
1 parent 870756c commit aeefd4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/otp/screenshot.go → pkg/otp/screenshot_linux.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build cgo || !darwin
//go:build linux
// +build linux

package otp

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build !cgo
//go:build !linux
// +build !linux

package otp

Expand Down

0 comments on commit aeefd4f

Please sign in to comment.