Changeset - r6082:3afd0edf1df0
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2007-02-19 20:10:46
truelight@openttd.org
(svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -341,7 +341,11 @@ check_params() {
 
	check_cxx_build
 
	check_cxx_host
 
	check_windres
 
	if [ "$enable_strip" != "0" ]; then
 
	check_strip
 
	else
 
		log 1 "checking strip... disabled"
 
	fi
 
	check_lipo
 
	check_makedepend
 

	
0 comments (0 inline, 0 general)