Changeset - r21707:34e5646b0475
[Not reviewed]
master
0 1 0
planetmaker - 10 years ago 2014-09-19 09:28:23
planetmaker@openttd.org
(svn r26850) -Fix: [Makefile] Compilation of strgen requires also defining variable in for platforms like Solaris
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)