diff options
| author | Pietro Gagliardi <[email protected]> | 2015-12-11 21:03:38 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-12-11 21:03:38 -0500 |
| commit | eef149060f7306c7eccc8855dceee68ccd45026e (patch) | |
| tree | 08d9f7306813142028e8af65c5f4cfce2424d04e /link_unix.go | |
| parent | f8e3f12ab02b528f2a05a4f713d7af7ea8e44b42 (diff) | |
Started the work I guess.
Diffstat (limited to 'link_unix.go')
| -rw-r--r-- | link_unix.go | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
