diff options
| author | Pietro Gagliardi <[email protected]> | 2015-12-24 11:23:06 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-12-24 11:23:06 -0500 |
| commit | c6ff7a4b3afb41c80ba3e853fecffe1b6894af52 (patch) | |
| tree | 374fe0d8b9af56d2996b22bbe0210dd10986d88a /link_darwin.go | |
| parent | fbbb380f64db002d489294a80a4cab982a8b7c5f (diff) | |
Temporary fix for #112.
Diffstat (limited to 'link_darwin.go')
| -rw-r--r-- | link_darwin.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/link_darwin.go b/link_darwin.go index ccf2942..9c5748b 100644 --- a/link_darwin.go +++ b/link_darwin.go @@ -2,7 +2,8 @@ package ui -// #cgo LDFLAGS: -L${SRCDIR} -lui -framework CoreFoundation -lpthread -rpath @executable_path +// #cgo LDFLAGS: -L${SRCDIR} -lui -framework CoreFoundation -lpthread +// //TODO -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) */ // #include <CoreFoundation/CoreFoundation.h> // #include <pthread.h> |
