Changeset - r9731:70f4530e270d
[Not reviewed]
master
0 1 0
smatz - 16 years ago 2008-07-28 23:10:26
smatz@openttd.org
(svn r13863) -Fix (r13852): make the nightly compile again
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)