diff options
author | bjarni <bjarni@openttd.org> | 2007-12-08 18:53:49 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2007-12-08 18:53:49 +0000 |
commit | 58b4a981e1912812df844e4c04ea64d9e5435922 (patch) | |
tree | f17d5e4775f342f3b688650cd45613c79272f6c5 | |
parent | 2a62aa1ccda7ab0e8c8774f75f50210ff4dd6480 (diff) | |
download | openttd-58b4a981e1912812df844e4c04ea64d9e5435922.tar.xz |
(svn r11602) -Change: [OSX] changed default PPC SDK to 10.4 (from 10.3) when building universal binaries
10.5 support needs this and it will not break 10.3 support
-rw-r--r-- | config.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lib b/config.lib index bfe933839..accc3bdca 100644 --- a/config.lib +++ b/config.lib @@ -1976,7 +1976,7 @@ make_sed() { ppc=`$cc_host -dumpmachine | egrep "powerpc|ppc"` if [ -n "$ppc" ]; then T_CFLAGS="$CFLAGS -DFOUR_BYTE_BOOL" - osx_sysroot_version=10.3.9 + osx_sysroot_version=10.4u else T_CFLAGS="$CFLAGS" osx_sysroot_version=10.4u |