diff options
| author | Pietro Gagliardi <[email protected]> | 2018-09-01 20:15:33 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2018-09-01 20:15:33 -0400 |
| commit | 9eb4b2a27c7ba5a5fd7dc01f157a4d0af6908069 (patch) | |
| tree | fdd0c24dd8c567b0a797f113b8e449f559631f03 /link_linux_amd64.go | |
| parent | c1801adb3693c44bb05405b621b74e8fe16c39d5 (diff) | |
Of course I had to redo that release. Anyway also merge link_linux_amd64.go back in; I'm about to test it now.
Diffstat (limited to 'link_linux_amd64.go')
| -rw-r--r-- | link_linux_amd64.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/link_linux_amd64.go b/link_linux_amd64.go new file mode 100644 index 0000000..a1b2b3b --- /dev/null +++ b/link_linux_amd64.go @@ -0,0 +1,10 @@ +// +build !windows +// +build !darwin + +// 11 december 2015 + +package ui + +// #cgo LDFLAGS: ${SRCDIR}/libui_linux_amd64.a -lm -ldl +// #cgo pkg-config: gtk+-3.0 +import "C" |
