From 33f5e9b3e06f2f784d4b029c95550f902bcfea2e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 6 Jan 2016 20:33:49 -0500 Subject: Fixed linker issues and updated to the new OS X-based soname versioning. --- link_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'link_darwin.go') diff --git a/link_darwin.go b/link_darwin.go index ccf2942..1ce88f8 100644 --- a/link_darwin.go +++ b/link_darwin.go @@ -2,7 +2,7 @@ package ui -// #cgo LDFLAGS: -L${SRCDIR} -lui -framework CoreFoundation -lpthread -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 // #include -- cgit v1.2.3