mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-21 20:49:31 +01:00
(svn r3866) -Fix: only add CXX if it is given
Word of warning: configure _does_ delete your Makefile.config!
This commit is contained in:
parent
be24777037
commit
23dd9a0ba9
5
configure
vendored
5
configure
vendored
@ -217,5 +217,8 @@ make upgradeconf $PARAM
|
|||||||
# Makefile.config currently doesn't support custom CXX, so, we add the line
|
# Makefile.config currently doesn't support custom CXX, so, we add the line
|
||||||
# ourself!
|
# ourself!
|
||||||
|
|
||||||
echo "CXX=$TARGET_CXX" >> Makefile.config
|
if ! test -z "$TARGET_CXX"
|
||||||
|
then
|
||||||
|
echo "CXX=$TARGET_CXX" >> Makefile.config
|
||||||
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user