diff options
Diffstat (limited to 'link_darwin.go')
| -rw-r--r-- | link_darwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/link_darwin.go b/link_darwin.go index f94ba80..ccf2942 100644 --- a/link_darwin.go +++ b/link_darwin.go @@ -3,7 +3,7 @@ package ui // #cgo LDFLAGS: -L${SRCDIR} -lui -framework CoreFoundation -lpthread -rpath @executable_path -// /* (thanks to http://jorgen.tjer.no/post/2014/05/20/dt-rpath-ld-and-at-rpath-dyld/ for the @executable_path clarifiaction */ +// /* (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); |
