diff options
| author | Pietro Gagliardi <[email protected]> | 2016-05-28 13:08:04 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2016-05-28 13:08:04 -0400 |
| commit | aef0521c25e4a4779a5836b4ff2b1f931ddd0822 (patch) | |
| tree | c676d4256cfd4a03aa29a79183c59ad736c13b06 /link_darwin.go | |
| parent | 8e729f3615082655b88af2154319412623b29ef2 (diff) | |
Bumped minimum versions.
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 1ce88f8..5a5f696 100644 --- a/link_darwin.go +++ b/link_darwin.go @@ -2,7 +2,7 @@ package ui -// #cgo LDFLAGS: -L${SRCDIR} -lui -framework CoreFoundation -lpthread -Wl,-rpath,@executable_path +// #cgo LDFLAGS: -L${SRCDIR} -lui -framework CoreFoundation -lpthread -Wl,-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> |
