(svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all
This commit is contained in:
@@ -341,7 +341,11 @@ check_params() {
|
|||||||
check_cxx_build
|
check_cxx_build
|
||||||
check_cxx_host
|
check_cxx_host
|
||||||
check_windres
|
check_windres
|
||||||
check_strip
|
if [ "$enable_strip" != "0" ]; then
|
||||||
|
check_strip
|
||||||
|
else
|
||||||
|
log 1 "checking strip... disabled"
|
||||||
|
fi
|
||||||
check_lipo
|
check_lipo
|
||||||
check_makedepend
|
check_makedepend
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user