changeset 5493:37ee751e501b draft

(svn r7777) [Configure] -Fix: call intel builds on OSX universal compiles intel, not i386 (that is just silly)
author truelight <truelight@openttd.org>
date Tue, 02 Jan 2007 22:45:20 +0000
parents e084d0e50624
children e420b638e2f0
files config.lib
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config.lib
+++ b/config.lib
@@ -2109,10 +2109,10 @@
 	cxx_host="$cxx_host_orig -arch ppc"
 	generate_src_normal "[PowerPC]" "objs/ppc"
 
-	BASE_SRC_OBJS_DIR="$OBJS_DIR/i386"
+	BASE_SRC_OBJS_DIR="$OBJS_DIR/intel"
 	cc_host="$cc_host_orig -arch i386"
 	cxx_host="$cxx_host_orig -arch i386"
-	generate_src_normal "[i386]" "objs/i386"
+	generate_src_normal "[intel]" "objs/intel"
 
 	BASE_SRC_OBJS_DIR="$OBJS_DIR/ppc970"
 	cc_host="$cc_host_orig -arch ppc970"