summaryrefslogtreecommitdiff
path: root/link_darwin_amd64.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2018-08-26 09:55:07 -0400
committerPietro Gagliardi <[email protected]>2018-08-26 09:55:07 -0400
commit62ac2527732a01dfa6bd2c9523215c0ba3816641 (patch)
tree84244a69e048f79e4d9f134c121f4cf581200986 /link_darwin_amd64.go
parenta5a00c644c08a6e0f52740c3f2a280977929a285 (diff)
Moved all the Go files out of the way again, this time so we can migrate them to more proper cgo usage.
Diffstat (limited to 'link_darwin_amd64.go')
-rw-r--r--link_darwin_amd64.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/link_darwin_amd64.go b/link_darwin_amd64.go
deleted file mode 100644
index ef9c2e5..0000000
--- a/link_darwin_amd64.go
+++ /dev/null
@@ -1,7 +0,0 @@
-// 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"