mirror of
https://github.com/zeromq/libzmq.git
synced 2025-04-02 19:03:42 +00:00
Fix android build fail check when using a different locale than english
This commit is contained in:
parent
0d0899bc0d
commit
c995032595
@ -248,7 +248,7 @@ function android_build_verify_so {
|
||||
fi
|
||||
android_build_check_fail
|
||||
|
||||
local elfoutput=$($readelf_bin -d ${sofile})
|
||||
local elfoutput=$(LC_ALL=C $readelf_bin -d ${sofile})
|
||||
|
||||
local soname_regexp='soname: \[([[:alnum:]\.]+)\]'
|
||||
if [[ $elfoutput =~ $soname_regexp ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user