go-notifier icon indicating copy to clipboard operation
go-notifier copied to clipboard

Update to build against go1.14

Open teddywing opened this issue 5 years ago • 1 comments

Fix build errors on current versions of macOS and Go due to Cgo changes in Go 1.10: https://tip.golang.org/doc/go1.10#cgo.

Issues with:

  • The -sectcreate linker flag
  • Using nil with CoreFoundation ref types
  • unsafe.Pointer casts

I've added more detailed information in the commit messages.

teddywing avatar Mar 11 '20 00:03 teddywing

Thanks a lot for this fix, I would really appreciate a merge.

slacki avatar Mar 27 '20 21:03 slacki