Skip to content

Commit

Permalink
Add explicit go build darwin directive in notify_darwin (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany authored Mar 13, 2023
1 parent 6bcbc05 commit 3ef47bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ee/desktop/notify/notify_darwin.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build darwin
// +build darwin

package notify

/*
Expand Down

0 comments on commit 3ef47bd

Please sign in to comment.