mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r13863) -Fix (r13852): make the nightly compile again
This commit is contained in:
parent
88637d9213
commit
01b4ee1664
@ -1504,7 +1504,7 @@ check_lipo() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
set_universal_binary_flags() {
|
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
|
# if we don't speficy a target version then we presume 10.4
|
||||||
osx_target_version=10.4
|
osx_target_version=10.4
|
||||||
fi
|
fi
|
||||||
@ -2246,6 +2246,7 @@ detect_cputype() {
|
|||||||
|
|
||||||
make_sed() {
|
make_sed() {
|
||||||
T_CFLAGS="$CFLAGS"
|
T_CFLAGS="$CFLAGS"
|
||||||
|
T_LDFLAGS="$LDFLAGS"
|
||||||
|
|
||||||
# We check here if we are PPC, because then we need to enable FOUR_BYTE_BOOL
|
# 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
|
# We do this here, and not sooner, so universal builds also have this
|
||||||
|
Loading…
Reference in New Issue
Block a user