From a48dd80add7760e58b8e4e639183ec204ac699af Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 19 May 2014 22:32:38 -0400 Subject: Removed the extra #cgo directives from the Unix files. cgo collects directives from ALL files, rather than using each file's directive individually, so having them combined like this is pointless. Instead, the #cgo directives are (or is, since there's only one) in uitask_unix.go. Will do the same for Mac next; this will help since we're going to add a CFLAGS value afterward. --- gtkcasts_unix.go | 1 - 1 file changed, 1 deletion(-) (limited to 'gtkcasts_unix.go') diff --git a/gtkcasts_unix.go b/gtkcasts_unix.go index a2395a4..5c02223 100644 --- a/gtkcasts_unix.go +++ b/gtkcasts_unix.go @@ -13,7 +13,6 @@ import ( // toxxxx() converts from Go type to GTK+ type // Listbox casts are stored in listbox_unix.go -// #cgo pkg-config: gtk+-3.0 // #include "gtk_unix.h" import "C" -- cgit v1.2.3