From bb57fe8e15c8df8f453823872156001df7568fe2 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 4 Apr 2024 12:40:59 +0900 Subject: [PATCH] exp/textinput: bug fix: go-vet error Updates #1162 --- exp/textinput/textinput_darwin.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exp/textinput/textinput_darwin.go b/exp/textinput/textinput_darwin.go index 427281334..7e3daba51 100644 --- a/exp/textinput/textinput_darwin.go +++ b/exp/textinput/textinput_darwin.go @@ -16,6 +16,8 @@ package textinput +// #cgo CFLAGS: -x objective-c +// #cgo LDFLAGS: -framework Cocoa import "C" import (