Added missing -lintl for Macs.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1829 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
4bf28fa566
commit
a5b23fcf6c
@ -98,6 +98,7 @@ case "${host}" in
|
||||
if test x$have_pkg_config != xno; then
|
||||
LDFLAGS="$LDFLAGS `pkg-config --libs freealut`"
|
||||
fi
|
||||
LDFLAGS="$LDFLAGS -lintl"
|
||||
esac
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user