summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-07-28 23:10:26 +0000
committersmatz <smatz@openttd.org>2008-07-28 23:10:26 +0000
commitd66a6ade5e0a14577d4d6a9eb63a4213f15f3436 (patch)
tree3c0941c12cfa84597a4f3dafd57f7ac0dfc6bf42 /config.lib
parentcd75303d801e0debd0a7da20b09b3f7c2bbee80e (diff)
downloadopenttd-d66a6ade5e0a14577d4d6a9eb63a4213f15f3436.tar.xz
(svn r13863) -Fix (r13852): make the nightly compile again
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.lib b/config.lib
index b35c34d67..bfb30e156 100644
--- a/config.lib
+++ b/config.lib
@@ -1504,7 +1504,7 @@ check_lipo() {
}
set_universal_binary_flags() {
- if [ -n "osx_target_version" ]; then
+ if [ -n "$osx_target_version" ]; then
# if we don't speficy a target version then we presume 10.4
osx_target_version=10.4
fi
@@ -2246,6 +2246,7 @@ detect_cputype() {
make_sed() {
T_CFLAGS="$CFLAGS"
+ T_LDFLAGS="$LDFLAGS"
# We check here if we are PPC, because then we need to enable FOUR_BYTE_BOOL
# We do this here, and not sooner, so universal builds also have this