summaryrefslogtreecommitdiff
path: root/link_darwin_amd64.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2016-05-29 22:48:55 -0400
committerPietro Gagliardi <[email protected]>2016-05-29 22:48:55 -0400
commitb9c3e87d5df7ec94e9bbdd8a29822d7fdca67d8c (patch)
tree174e1f9ad3a8edd5427291162220c790c63806c6 /link_darwin_amd64.go
parenta2db124cc95274461a9c6546e0bde29c42ad605b (diff)
More static library linker setup.
Diffstat (limited to 'link_darwin_amd64.go')
-rw-r--r--link_darwin_amd64.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/link_darwin_amd64.go b/link_darwin_amd64.go
index 64221b0..eee19e2 100644
--- a/link_darwin_amd64.go
+++ b/link_darwin_amd64.go
@@ -3,7 +3,6 @@
package ui
// #cgo LDFLAGS: ${SRCDIR}/libui_darwin_amd64.a -framework Foundation -framework AppKit -lpthread
-// /* (thanks to http://jorgen.tjer.no/post/2014/05/20/dt-rpath-ld-and-at-rpath-dyld/ for the @executable_path clarifiaction) */
// #include <CoreFoundation/CoreFoundation.h>
// #include <pthread.h>
// extern void _CFRunLoopSetCurrent(CFRunLoopRef);