Changeset - r5493:46acbaf008d6
[Not reviewed]
master
0 1 0
truelight - 17 years ago 2007-01-02 22:45:20
truelight@openttd.org
(svn r7777) [Configure] -Fix: call intel builds on OSX universal compiles intel, not i386 (that is just silly)
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -2109,10 +2109,10 @@ generate_src_osx() {
 
	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"
0 comments (0 inline, 0 general)