summaryrefslogtreecommitdiff
path: root/link_darwin.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2016-05-29 22:45:32 -0400
committerPietro Gagliardi <[email protected]>2016-05-29 22:45:32 -0400
commit7dec70c262328a211124fc89d2850613052132d5 (patch)
treec652e395b2c050ef3027ed10e6d8b29021a413e6 /link_darwin.go
parent30d1e59fd1ddfc85dd31b520bd4e46091ac6992e (diff)
Imported libui Alpha 3.
Diffstat (limited to 'link_darwin.go')
-rw-r--r--link_darwin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/link_darwin.go b/link_darwin.go
index 9e9accd..64221b0 100644
--- a/link_darwin.go
+++ b/link_darwin.go
@@ -2,7 +2,7 @@
package ui
-// #cgo LDFLAGS: ${SRCDIR}/libui_darwin.a -framework Foundation -framework AppKit -lpthread
+// #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>