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_386.go | |
| parent | b9c3e87d5df7ec94e9bbdd8a29822d7fdca67d8c (diff) | |
Fixed Linux static linking.
Diffstat (limited to 'link_linux_386.go')
| -rw-r--r-- | link_linux_386.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/link_linux_386.go b/link_linux_386.go index 0a8c1d8..30edeba 100644 --- a/link_linux_386.go +++ b/link_linux_386.go @@ -5,7 +5,7 @@ package ui -// #cgo LDFLAGS: ${SRCDIR}/libui_linux_386.a -Wl,-rpath=$ORIGIN +// #cgo LDFLAGS: ${SRCDIR}/libui_linux_386.a -lm -ldl // #cgo pkg-config: gtk+-3.0 import "C" |
