From 946e007e5d19001ec643ee8d5cbda9b7e1b1b58b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 19 May 2014 22:52:59 -0400 Subject: Same as previous commit, but for Mac OS X now. The #cgo directives are in uitask_darwin.go. --- listbox_darwin.go | 1 - 1 file changed, 1 deletion(-) (limited to 'listbox_darwin.go') diff --git a/listbox_darwin.go b/listbox_darwin.go index aa83d5d..8c4cb17 100644 --- a/listbox_darwin.go +++ b/listbox_darwin.go @@ -14,7 +14,6 @@ Under normal circumstances we would have to build our own data source class, as After switching from using the Objective-C runtime to using Objective-C directly, you will now need to look both here and in listbox_darwin.m to get what's going on. */ -// #cgo LDFLAGS: -lobjc -framework Foundation -framework AppKit // #include // #include "objc_darwin.h" import "C" -- cgit v1.2.3