diff options
| author | Pietro Gagliardi <[email protected]> | 2016-05-29 23:44:09 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2016-05-29 23:44:09 -0400 |
| commit | c9b32c1333e4009b342eedc5f5b39127a724fb42 (patch) | |
| tree | 5cd3aa5d653db31cd8b4ac7401ead9d8d1a40b6f /link_linux_amd64.go | |
| parent | b9c3e87d5df7ec94e9bbdd8a29822d7fdca67d8c (diff) | |
Fixed Linux static linking.
Diffstat (limited to 'link_linux_amd64.go')
| -rw-r--r-- | link_linux_amd64.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/link_linux_amd64.go b/link_linux_amd64.go index 8cb2029..6d3d568 100644 --- a/link_linux_amd64.go +++ b/link_linux_amd64.go @@ -5,7 +5,7 @@ package ui -// #cgo LDFLAGS: ${SRCDIR}/libui_linux_amd64.a -Wl,-rpath=$ORIGIN +// #cgo LDFLAGS: ${SRCDIR}/libui_linux_amd64.a -lm -ldl // #cgo pkg-config: gtk+-3.0 import "C" |
