From b9c3e87d5df7ec94e9bbdd8a29822d7fdca67d8c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 29 May 2016 22:48:55 -0400 Subject: More static library linker setup. --- link_unix.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 link_unix.go (limited to 'link_unix.go') diff --git a/link_unix.go b/link_unix.go deleted file mode 100644 index e06cb12..0000000 --- a/link_unix.go +++ /dev/null @@ -1,13 +0,0 @@ -// +build !windows -// +build !darwin - -// 11 december 2015 - -package ui - -// #cgo LDFLAGS: -L${SRCDIR} -lui -Wl,-rpath=$ORIGIN -import "C" - -func ensureMainThread() { - // do nothing; GTK+ doesn't care which thread we're on so long as we don't change it after starting -} -- cgit v1.2.3