summaryrefslogtreecommitdiff
path: root/link_darwin_amd64.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2018-08-26 13:18:53 -0400
committerPietro Gagliardi <[email protected]>2018-08-26 13:18:53 -0400
commit809662459dcd2cbe0b42f338413b88fea0483086 (patch)
treefe2b74245658f886d800b2c108961c345186acea /link_darwin_amd64.go
parent766f9ed028c757561b99e4ed5aa487d381fe80a3 (diff)
Migrate the link_darwin_amd64.go and control.go files back; fixed up errors in the C files and util.go.
Diffstat (limited to 'link_darwin_amd64.go')
-rw-r--r--link_darwin_amd64.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/link_darwin_amd64.go b/link_darwin_amd64.go
new file mode 100644
index 0000000..ef9c2e5
--- /dev/null
+++ b/link_darwin_amd64.go
@@ -0,0 +1,7 @@
+// 13 december 2015
+
+package ui
+
+// #cgo CFLAGS: -mmacosx-version-min=10.8
+// #cgo LDFLAGS: ${SRCDIR}/libui_darwin_amd64.a -framework Foundation -framework AppKit -mmacosx-version-min=10.8
+import "C"