From 3a91898beffe5a91f070266259c7e4c4cef6ed2a Mon Sep 17 00:00:00 2001 From: José Carlos Nieto Date: Sat, 20 Feb 2016 07:47:59 -0600 Subject: Adding a note on #1. --- gettext.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gettext.go b/gettext.go index 4550ba1..cfd146b 100644 --- a/gettext.go +++ b/gettext.go @@ -23,6 +23,8 @@ package gettext /* +// #cgo LDFLAGS: -lintl // Use this if: /usr/bin/ld: cannot find -lintl, see https://github.com/gosexy/gettext/issues/1 + #include #include -- cgit v1.2.3