From 82d0efb92d7fdcb75bb9608e3a9ddb5465e721f0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 6 Jan 2016 20:24:31 -0500 Subject: Re-enabled @executable_path and OS X linking now that the OS X build is fixed. Now I just have to figure out why it's not linking... --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index de7b1ca..f6109f3 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ import ( // { // uiQueueMain(doQueued, x); // } -// static inline int realOnShouldQuit(void) +// static inline void realOnShouldQuit(void) // { // uiOnShouldQuit(doOnShouldQuit, NULL); // } -- cgit v1.2.3