summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-03-06 22:45:30 +0000
committertruelight <truelight@openttd.org>2007-03-06 22:45:30 +0000
commit26279df1eee5f0b8501b480657a5b2b7e0ebae8c (patch)
tree4d7f50beb559680d5d19fe95f8b307d9a4864d4a /config.lib
parent14a83be171282e7f709c34a3b63421f0e12edb31 (diff)
downloadopenttd-26279df1eee5f0b8501b480657a5b2b7e0ebae8c.tar.xz
(svn r9046) -Fix r9041: added a comment to make clear why we don't use --prefix here
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.lib b/config.lib
index c33d90db7..f30a22157 100644
--- a/config.lib
+++ b/config.lib
@@ -792,6 +792,7 @@ make_cflags_and_ldflags() {
if [ "$enable_static" != "0" ]; then
if [ "$os" = "OSX" ]; then
+ # fontconfig_config goes via pkg-config on all systems, which doesn't know --prefix
LIBS="$LIBS `$fontconfig_config --variable=prefix`/lib/libfontconfig.a"
else
LIBS="$LIBS `$fontconfig_config --libs --static | tr '\n\r' ' '`"