From eef149060f7306c7eccc8855dceee68ccd45026e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 11 Dec 2015 21:03:38 -0500 Subject: Started the work I guess. --- link_unix.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 link_unix.go (limited to 'link_unix.go') diff --git a/link_unix.go b/link_unix.go new file mode 100644 index 0000000..9d270bf --- /dev/null +++ b/link_unix.go @@ -0,0 +1,8 @@ +// +build !windows +// +build !darwin + +// 11 december 2015 + +package ui + +// #cgo LDFLAGS: -L. -lui -lpthread -- cgit v1.2.3