1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 10:59:12 +00:00

(svn r1792) Revert r1761 and set fallback values via ?= for CC and CXX as there seem to be platforms (MorphOS) out there which don't provide some proper defaults.

Use gcc and g++ as defaults, because cc and c++ aren't available either. *sigh*
This commit is contained in:
tron
2005-02-04 17:45:11 +00:00
parent 04921a9015
commit 8eda8113d9

View File

@@ -216,6 +216,8 @@ endif
# #
# Compiler configuration # Compiler configuration
# #
CC ?= gcc
CXX ?= g++
# Executable file extension # Executable file extension
ifdef WIN32 ifdef WIN32