Changeset - r12972:0774c5ebd511
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-09-08 15:42:14
rubidium@openttd.org
(svn r17476) -Fix (r17475): Some icu-configs have the 'feature' of not adding a space where others do add the space
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -1366,7 +1366,8 @@ make_cflags_and_ldflags() {
 
		CFLAGS="$CFLAGS -DWITH_ICU"
 
		CFLAGS="$CFLAGS `$icu_config --cppflags | tr '\n\r' '  '`"
 

	
 
		LIBS="$LIBS `$icu_config --ldflags-searchpath --ldflags-libsonly | tr '\n\r' '  '`"
 
		# Some icu-configs have the 'feature' of not adding a space where others do add the space
 
		LIBS="$LIBS `$icu_config --ldflags-searchpath` `$icu_config --ldflags-libsonly | tr '\n\r' '  '`"
 
	fi
 

	
 

	
0 comments (0 inline, 0 general)