Changeset - r3199:74c8f78e82e2
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2006-03-14 19:15:46
truelight@openttd.org
(svn r3866) -Fix: only add CXX if it is given
Word of warning: configure _does_ delete your Makefile.config!
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
configure
Show inline comments
 
@@ -208,14 +208,17 @@ then
 
			exit 1
 
			;;
 
	esac
 
	PARAM="$PARAM BYPASS_OS_DETECT=1"
 
fi
 

	
 
rm Makefile.config
 
make upgradeconf $PARAM
 

	
 
# Makefile.config currently doesn't support custom CXX, so, we add the line
 
#  ourself!
 

	
 
echo "CXX=$TARGET_CXX" >> Makefile.config
 
if ! test -z "$TARGET_CXX"
 
then
 
	echo "CXX=$TARGET_CXX" >> Makefile.config
 
fi
 

	
0 comments (0 inline, 0 general)