mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all
This commit is contained in:
parent
b528cede6d
commit
3b9a8d6201
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user