mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-29 21:48:26 +00:00
Beta version 2.8.6: Update build script.
This commit is contained in:
parent
d5a416d5ea
commit
bdd1d2484c
@ -42,15 +42,15 @@ if [ ! -f "$ReleasePath/$BinaryName" ]; then
|
|||||||
Error "$BinaryName not found!"
|
Error "$BinaryName not found!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# BadCount=`objdump -T $ReleasePath/$BinaryName | grep GLIBC_2\.1[6-9] | wc -l`
|
BadCount=`objdump -T $ReleasePath/$BinaryName | grep GLIBC_2\.1[8-9] | wc -l`
|
||||||
# if [ "$BadCount" != "0" ]; then
|
if [ "$BadCount" != "0" ]; then
|
||||||
# Error "Bad GLIBC usages found: $BadCount"
|
Error "Bad GLIBC usages found: $BadCount"
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
# BadCount=`objdump -T $ReleasePath/$BinaryName | grep GLIBC_2\.2[0-9] | wc -l`
|
BadCount=`objdump -T $ReleasePath/$BinaryName | grep GLIBC_2\.2[0-9] | wc -l`
|
||||||
# if [ "$BadCount" != "0" ]; then
|
if [ "$BadCount" != "0" ]; then
|
||||||
# Error "Bad GLIBC usages found: $BadCount"
|
Error "Bad GLIBC usages found: $BadCount"
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
BadCount=`objdump -T $ReleasePath/$BinaryName | grep GCC_4\.[3-9] | wc -l`
|
BadCount=`objdump -T $ReleasePath/$BinaryName | grep GCC_4\.[3-9] | wc -l`
|
||||||
if [ "$BadCount" != "0" ]; then
|
if [ "$BadCount" != "0" ]; then
|
||||||
@ -66,7 +66,7 @@ if [ ! -f "$ReleasePath/Updater" ]; then
|
|||||||
Error "Updater not found!"
|
Error "Updater not found!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
BadCount=`objdump -T $ReleasePath/Updater | grep GLIBC_2\.1[6-9] | wc -l`
|
BadCount=`objdump -T $ReleasePath/Updater | grep GLIBC_2\.1[8-9] | wc -l`
|
||||||
if [ "$BadCount" != "0" ]; then
|
if [ "$BadCount" != "0" ]; then
|
||||||
Error "Bad GLIBC usages found: $BadCount"
|
Error "Bad GLIBC usages found: $BadCount"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user