Temporary fix for #112.
This commit is contained in:
parent
fbbb380f64
commit
c6ff7a4b3a
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
package ui
|
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) */
|
// /* (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 <CoreFoundation/CoreFoundation.h>
|
||||||
// #include <pthread.h>
|
// #include <pthread.h>
|
||||||
|
|
Loading…
Reference in New Issue