mirror of https://github.com/BOINC/boinc.git
Change to [ERROR] "$i" contains neon optimization
This commit is contained in:
parent
694202e424
commit
588fb50007
|
@ -196,7 +196,7 @@ NeonTest()
|
|||
|
||||
for i in $list_libs; do
|
||||
if [ $(readelf -A $(find $ANDROID_TC -name "$i") | grep -i neon | head -c1 | wc -c) -ne 0 ]; then
|
||||
echo "$i" is with neon optimization
|
||||
echo [ERROR] "$i" contains neon optimization
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue