summaryrefslogtreecommitdiff
path: root/link_linux_386.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2018-09-01 22:24:59 -0400
committerPietro Gagliardi <[email protected]>2018-09-01 22:24:59 -0400
commit8bd8d84293c55dc649000a2d70e2c9aca7ce2b23 (patch)
treecf2d64dd0dcebf90ed8749b93eb8da1fa9658013 /link_linux_386.go
parent1ceb98e625b2952a23568ab144a27cfdd1076ffc (diff)
Migrated link_linux_386.go back. Nice to see it really working at last.
Diffstat (limited to 'link_linux_386.go')
-rw-r--r--link_linux_386.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/link_linux_386.go b/link_linux_386.go
new file mode 100644
index 0000000..00a0598
--- /dev/null
+++ b/link_linux_386.go
@@ -0,0 +1,10 @@
+// +build !windows
+// +build !darwin
+
+// 11 december 2015
+
+package ui
+
+// #cgo LDFLAGS: ${SRCDIR}/libui_linux_386.a -lm -ldl
+// #cgo pkg-config: gtk+-3.0
+import "C"