1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-24 23:19:09 +00:00

(svn r26850) -Fix: [Makefile] Compilation of strgen requires also defining variable in for platforms like Solaris

This commit is contained in:
planetmaker
2014-09-19 09:28:23 +00:00
parent bc84c52b30
commit a58b74f997

View File

@@ -1441,6 +1441,7 @@ make_cflags_and_ldflags() {
make_compiler_cflags "$cc_host" "CFLAGS" "CXXFLAGS" "LDFLAGS" "FEATURES"
CFLAGS="$CFLAGS -D$os"
CFLAGS_BUILD="$CFLAGS_BUILD -D$os"
if [ "$enable_debug" = "0" ]; then
# No debug, add default stuff