From c6ff7a4b3afb41c80ba3e853fecffe1b6894af52 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 24 Dec 2015 11:23:06 -0500 Subject: [PATCH] Temporary fix for #112. --- link_darwin.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 // #include